Commit 806c2553f0ac58bb0a064d5274ddac3ed23ad67b

Authored by liquanyu
1 parent 307c8b8043

两癌

Showing 1 changed file with 10 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/CancerScreeningModel.java View file @ 806c255
... ... @@ -49,6 +49,8 @@
49 49 //机构区
50 50 private String orgAreaId;
51 51  
  52 + private Integer age;
  53 +
52 54 //街道
53 55 private String streetId;
54 56 //详细地址
... ... @@ -388,6 +390,14 @@
388 390 private String tbhospital;//填报单位
389 391 private String tbUser;//填报用户
390 392 private String tbDate;//填报日期
  393 +
  394 + public Integer getAge() {
  395 + return age;
  396 + }
  397 +
  398 + public void setAge(Integer age) {
  399 + this.age = age;
  400 + }
391 401  
392 402 public String getAreaCode() {
393 403 return areaCode;