Commit 6084dd1f34fefa603a9d4151db1d5996b2c8613d
1 parent
4fdde41a2d
Exists in
master
and in
1 other branch
改字段
Showing 1 changed file with 16 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexListResult.java
View file @
6084dd1
| ... | ... | @@ -297,5 +297,21 @@ |
| 297 | 297 | public void setSurvFetus(Integer survFetus) { |
| 298 | 298 | this.survFetus = survFetus; |
| 299 | 299 | } |
| 300 | + | |
| 301 | + public Integer getPregnancyTimes() { | |
| 302 | + return pregnancyTimes; | |
| 303 | + } | |
| 304 | + | |
| 305 | + public Integer getProdTime() { | |
| 306 | + return prodTime; | |
| 307 | + } | |
| 308 | + | |
| 309 | + public Integer getAbortion() { | |
| 310 | + return abortion; | |
| 311 | + } | |
| 312 | + | |
| 313 | + public Integer getSurvFetus() { | |
| 314 | + return survFetus; | |
| 315 | + } | |
| 300 | 316 | } |