Commit 307c8b80437a9849cedbaf5f793f6649e967857e
1 parent
4178ec937e
Exists in
master
and in
6 other branches
两癌
Showing 2 changed files with 18 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/CancerScreeningModel.java
View file @
307c8b8
... | ... | @@ -55,6 +55,7 @@ |
55 | 55 | private String address; |
56 | 56 | //个案编号 |
57 | 57 | private String number; |
58 | + private String code; | |
58 | 59 | |
59 | 60 | //上报年份 |
60 | 61 | private Integer year; |
... | ... | @@ -466,6 +467,14 @@ |
466 | 467 | |
467 | 468 | public void setTbDate(String tbDate) { |
468 | 469 | this.tbDate = tbDate; |
470 | + } | |
471 | + | |
472 | + public String getCode() { | |
473 | + return code; | |
474 | + } | |
475 | + | |
476 | + public void setCode(String code) { | |
477 | + this.code = code; | |
469 | 478 | } |
470 | 479 | |
471 | 480 | public String getOrgProvinceId() { |
platform-dal/src/main/java/com/lyms/platform/pojo/CervicalCancerModel.java
View file @
307c8b8
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 | private String streetCode;//街道编码 |
66 | 66 | private String villageCode;//村委会编码 |
67 | 67 | private String seqCode;//顺序编码 |
68 | - | |
68 | + private String code; | |
69 | 69 | /** |
70 | 70 | * 身份证 |
71 | 71 | */ |
... | ... | @@ -380,6 +380,14 @@ |
380 | 380 | private String inHospital;//录入单位 |
381 | 381 | private String inUser;//录入人 |
382 | 382 | private String inDate;//录入日期 |
383 | + | |
384 | + public String getCode() { | |
385 | + return code; | |
386 | + } | |
387 | + | |
388 | + public void setCode(String code) { | |
389 | + this.code = code; | |
390 | + } | |
383 | 391 | |
384 | 392 | public String getAreaCode() { |
385 | 393 | return areaCode; |