Commit 8ea0541d7d4cdfb13d51d1b25bd7819bd92023ec
1 parent
893f815a3c
Exists in
master
and in
1 other branch
产妇增加字段
Showing 1 changed file with 2 additions and 2 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/Patients.java
View file @
8ea0541
... | ... | @@ -111,7 +111,7 @@ |
111 | 111 | //备注 |
112 | 112 | private String mremark; |
113 | 113 | |
114 | - //分娩状态 0未分娩 1分娩 2终止妊娠 | |
114 | + //分娩状态 0未终止妊娠 1终止妊娠 | |
115 | 115 | private Integer dueStatus; |
116 | 116 | |
117 | 117 | public Integer getDueStatus() { |
... | ... | @@ -301,7 +301,7 @@ |
301 | 301 | private Integer gender; |
302 | 302 | |
303 | 303 | private Date birth; |
304 | - | |
304 | + //1孕妇 3 产妇 | |
305 | 305 | private Integer type; |
306 | 306 | |
307 | 307 | private String foreignSubId; |