Commit 60090b6d105508a3109f7883c5bd0eba42dbd707
1 parent
dca9de6e50
Exists in
master
and in
6 other branches
两癌
Showing 1 changed file with 3 additions and 3 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/CervicalCancerModel.java
View file @
60090b6
... | ... | @@ -272,7 +272,7 @@ |
272 | 272 | private String zzblx; |
273 | 273 | //组织病理学异常选项 1炎症2低级别病变(原CIN1)3高级别病变(原CIN 2及CIN3)4 宫颈原位腺癌(AIS)5宫颈微小浸润癌(鳞癌/腺癌) |
274 | 274 | //6浸润癌(鳞癌/腺癌)7其他,请注明 |
275 | - private String zzblxSelect; | |
275 | + private Map<String,Object> zzblxSelect; | |
276 | 276 | //组织病理学异常选项 其他内容 |
277 | 277 | private String zzblxOther; |
278 | 278 | |
279 | 279 | |
... | ... | @@ -1139,11 +1139,11 @@ |
1139 | 1139 | this.zzblx = zzblx; |
1140 | 1140 | } |
1141 | 1141 | |
1142 | - public String getZzblxSelect() { | |
1142 | + public Map<String,Object> getZzblxSelect() { | |
1143 | 1143 | return zzblxSelect; |
1144 | 1144 | } |
1145 | 1145 | |
1146 | - public void setZzblxSelect(String zzblxSelect) { | |
1146 | + public void setZzblxSelect(Map<String,Object> zzblxSelect) { | |
1147 | 1147 | this.zzblxSelect = zzblxSelect; |
1148 | 1148 | } |
1149 | 1149 |