Commit ed02aa21552e3235b82dcfeed12c3ef45b072ecf
1 parent
fff86f5274
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 12 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexChuResult.java
View file @
ed02aa2
... | ... | @@ -286,6 +286,17 @@ |
286 | 286 | //甲状腺过氧化物酶抗体 |
287 | 287 | private String jzxgyhwmkt; |
288 | 288 | |
289 | + //浮肿 | |
290 | + private String edema; | |
291 | + | |
292 | + public String getEdema() { | |
293 | + return edema; | |
294 | + } | |
295 | + | |
296 | + public void setEdema(String edema) { | |
297 | + this.edema = edema; | |
298 | + } | |
299 | + | |
289 | 300 | public String getCjzxs() { |
290 | 301 | return cjzxs; |
291 | 302 | } |
... | ... | @@ -1345,6 +1356,7 @@ |
1345 | 1356 | setCjzxs(antExChuModel.getCjzxs()); |
1346 | 1357 | setYljzxs(antExChuModel.getYljzxs()); |
1347 | 1358 | setJzxgyhwmkt(antExChuModel.getJzxgyhwmkt()); |
1359 | + setEdema(antExChuModel.getEdema()); | |
1348 | 1360 | |
1349 | 1361 | } |
1350 | 1362 | return this; |