Commit 0d035648998e39b07ff797d24059387261447582
Exists in
master
and in
7 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntExManagerResult.java
View file @
0d03564
| ... | ... | @@ -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; |