Commit 8471609e700bb86c0f35c7598f81ffee81786f63
1 parent
6049636126
Exists in
master
and in
8 other branches
孕妇分娩后 变成产妇
Showing 1 changed file with 9 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PostReviewResult.java
View file @
8471609
| ... | ... | @@ -20,6 +20,8 @@ |
| 20 | 20 | private String id; |
| 21 | 21 | //产妇id |
| 22 | 22 | private String parentId; |
| 23 | + //医院名称 | |
| 24 | + private String hospitalName; | |
| 23 | 25 | |
| 24 | 26 | //分娩天数 |
| 25 | 27 | private String day; |
| ... | ... | @@ -87,6 +89,13 @@ |
| 87 | 89 | //下次产检时间 |
| 88 | 90 | private Map nextCheckTime; |
| 89 | 91 | |
| 92 | + public String getHospitalName() { | |
| 93 | + return hospitalName; | |
| 94 | + } | |
| 95 | + | |
| 96 | + public void setHospitalName(String hospitalName) { | |
| 97 | + this.hospitalName = hospitalName; | |
| 98 | + } | |
| 90 | 99 | |
| 91 | 100 | public PostReviewResult convertToResult(PostReviewModel postReviewModel) { |
| 92 | 101 | setId(postReviewModel.getId()); |