Commit d9d129a0cf52abc3d700644823e5fec6aaaefc66
1 parent
9a6315fce6
Exists in
master
and in
6 other branches
威海分娩增加字段(双击查看详情)
Showing 2 changed files with 13 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/QiDaiEnums.java
View file @
d9d129a
platform-dal/src/main/java/com/lyms/platform/pojo/MaternalDeliverModel.java
View file @
d9d129a
... | ... | @@ -1336,6 +1336,8 @@ |
1336 | 1336 | |
1337 | 1337 | /******威海妇幼新增字段******/ |
1338 | 1338 | private Date tpmcDate;//胎盘娩出时间 |
1339 | + //娩出方式 | |
1340 | + private String mcfs; | |
1339 | 1341 | private String tpCondition;//胎盘情况 |
1340 | 1342 | private String tpShape;//胎盘形状 |
1341 | 1343 | private String qdfz;//脐带附着 |
... | ... | @@ -1356,6 +1358,14 @@ |
1356 | 1358 | |
1357 | 1359 | public void setTwining(Integer twining) { |
1358 | 1360 | this.twining = twining; |
1361 | + } | |
1362 | + | |
1363 | + public String getMcfs() { | |
1364 | + return mcfs; | |
1365 | + } | |
1366 | + | |
1367 | + public void setMcfs(String mcfs) { | |
1368 | + this.mcfs = mcfs; | |
1359 | 1369 | } |
1360 | 1370 | |
1361 | 1371 | public String getQdfz() { |