Commit 4e5d6173c02d92eef2e4e63771fded3ae7da8f95
1 parent
ab21716155
Exists in
master
and in
6 other branches
改bug
Showing 1 changed file with 10 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyBookbuildingAddRequest.java
View file @
4e5d617
... | ... | @@ -15,7 +15,16 @@ |
15 | 15 | /***********母亲基本信息***********/ |
16 | 16 | |
17 | 17 | // 母亲高危因素 |
18 | - List<String> mHighRiskReason; | |
18 | + private List<String> mHighRiskReason; | |
19 | + private List<Map<String, Object>> mHighRiskReason2; | |
20 | + | |
21 | + public List<Map<String, Object>> getmHighRiskReason2() { | |
22 | + return mHighRiskReason2; | |
23 | + } | |
24 | + | |
25 | + public void setmHighRiskReason2(List<Map<String, Object>> mHighRiskReason2) { | |
26 | + this.mHighRiskReason2 = mHighRiskReason2; | |
27 | + } | |
19 | 28 | |
20 | 29 | public List<String> getmHighRiskReason() { |
21 | 30 | return mHighRiskReason; |