Commit e5d0f1d004d70267ea2db46828b2dbe9d39294c8
1 parent
53d5b8f153
Exists in
master
and in
8 other branches
1
Showing 1 changed file with 19 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/ApplyOrderQueryRequest.java
View file @
e5d0f1d
| ... | ... | @@ -25,6 +25,9 @@ |
| 25 | 25 | */ |
| 26 | 26 | @FormParam |
| 27 | 27 | private String serviceStatus; |
| 28 | + | |
| 29 | + private String phone; | |
| 30 | + private String transferredHospital; | |
| 28 | 31 | //年龄 |
| 29 | 32 | private String age; |
| 30 | 33 | //孕周 |
| ... | ... | @@ -37,6 +40,22 @@ |
| 37 | 40 | * 1 转入 0 转出 |
| 38 | 41 | */ |
| 39 | 42 | private String type; |
| 43 | + | |
| 44 | + public String getPhone() { | |
| 45 | + return phone; | |
| 46 | + } | |
| 47 | + | |
| 48 | + public void setPhone(String phone) { | |
| 49 | + this.phone = phone; | |
| 50 | + } | |
| 51 | + | |
| 52 | + public String getTransferredHospital() { | |
| 53 | + return transferredHospital; | |
| 54 | + } | |
| 55 | + | |
| 56 | + public void setTransferredHospital(String transferredHospital) { | |
| 57 | + this.transferredHospital = transferredHospital; | |
| 58 | + } | |
| 40 | 59 | |
| 41 | 60 | public String getType() { |
| 42 | 61 | return type; |