Commit ab201280650b8ee1efcfc650bf99cdd2e8d5cad4

Authored by jiangjiazhi
1 parent 24b80811ca
Exists in master

修改产检删除

Showing 1 changed file with 9 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntExManagerResult.java View file @ ab20128
... ... @@ -54,7 +54,16 @@
54 54 private String checkHospital;
55 55  
56 56 private String addr;
  57 + //产次
  58 + private int cTimes=1;
57 59  
  60 + public int getcTimes() {
  61 + return cTimes;
  62 + }
  63 +
  64 + public void setcTimes(int cTimes) {
  65 + this.cTimes = cTimes;
  66 + }
58 67  
59 68 public String getAddr() {
60 69 return addr;