Commit 5d07c8f2206f94e3b3a7d675343b9f6a4c704bfa
1 parent
48740375f8
Exists in
master
and in
6 other branches
建档列表返回是否发放母子保健手册
Showing 1 changed file with 14 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PatientManagerQueryModel.java
View file @
5d07c8f
| ... | ... | @@ -41,6 +41,12 @@ |
| 41 | 41 | * @discription 丈夫姓名 |
| 42 | 42 | */ |
| 43 | 43 | private String husbandName; |
| 44 | + /** | |
| 45 | + * @auther HuJiaqi | |
| 46 | + * @createTime 2016年12月20日 14时42分 | |
| 47 | + * @discription 是否发放母子保健手册 | |
| 48 | + */ | |
| 49 | + private String sendCareMan; | |
| 44 | 50 | |
| 45 | 51 | /** |
| 46 | 52 | * @auther HuJiaqi |
| ... | ... | @@ -75,6 +81,14 @@ |
| 75 | 81 | private String cardNo; |
| 76 | 82 | |
| 77 | 83 | private String id; |
| 84 | + | |
| 85 | + public String getSendCareMan() { | |
| 86 | + return sendCareMan; | |
| 87 | + } | |
| 88 | + | |
| 89 | + public void setSendCareMan(String sendCareMan) { | |
| 90 | + this.sendCareMan = sendCareMan; | |
| 91 | + } | |
| 78 | 92 | |
| 79 | 93 | public String getId() { |
| 80 | 94 | return id; |