Commit eefff3bb639b687f93f04222267cdf56ad681a8b
1 parent
9a7de51f7b
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 8 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/BabyBuildResult.java
View file @
eefff3b
| ... | ... | @@ -10,7 +10,12 @@ |
| 10 | 10 | // 母亲高危因素 |
| 11 | 11 | private List<Map<String, Object>> mHighRiskReason; |
| 12 | 12 | |
| 13 | + private List mHighRiskReason2; | |
| 13 | 14 | |
| 15 | + public List getmHighRiskReason2() { | |
| 16 | + return mHighRiskReason2; | |
| 17 | + } | |
| 18 | + | |
| 14 | 19 | public List<Map<String, Object>> getmHighRiskReason() { |
| 15 | 20 | return mHighRiskReason; |
| 16 | 21 | } |
| ... | ... | @@ -562,5 +567,8 @@ |
| 562 | 567 | this.apgarScore = apgarScore; |
| 563 | 568 | } |
| 564 | 569 | |
| 570 | + public void setmHighRiskReason2(List mHighRiskReason2) { | |
| 571 | + this.mHighRiskReason2 = mHighRiskReason2; | |
| 572 | + } | |
| 565 | 573 | } |