Commit ee04c21f9b67af031d344e8753d51f1e1b787b7c
1 parent
508b247535
Exists in
master
and in
6 other branches
全部孕妇管理增加按照排序
Showing 1 changed file with 10 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PatientBaseResult.java
View file @
ee04c21
| ... | ... | @@ -22,6 +22,7 @@ |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | private String id; |
| 25 | + private String pid; | |
| 25 | 26 | //名字 |
| 26 | 27 | private String name; |
| 27 | 28 | //年龄 |
| ... | ... | @@ -143,6 +144,14 @@ |
| 143 | 144 | return riskScore; |
| 144 | 145 | } |
| 145 | 146 | |
| 147 | + public String getPid() { | |
| 148 | + return pid; | |
| 149 | + } | |
| 150 | + | |
| 151 | + public void setPid(String pid) { | |
| 152 | + this.pid = pid; | |
| 153 | + } | |
| 154 | + | |
| 146 | 155 | public void setRiskScore(String riskScore) { |
| 147 | 156 | this.riskScore = riskScore; |
| 148 | 157 | } |
| ... | ... | @@ -166,6 +175,7 @@ |
| 166 | 175 | if (null != patients.getDueDate()) { |
| 167 | 176 | setyChanQi(DateUtil.getyyyy_MM_dd(patients.getDueDate())); |
| 168 | 177 | } |
| 178 | + setPid(patients.getPid()); | |
| 169 | 179 | setName(patients.getUsername()); |
| 170 | 180 | setPhone(patients.getPhone()); |
| 171 | 181 | setRemarks(patients.getMremark()); |