Commit 13396eb1b4355e2503d9cd4a1ed416bc2616c824
1 parent
26aaca6209
Exists in
master
and in
6 other branches
威海分娩增加字段(双击查看详情)
Showing 1 changed file with 3 additions and 3 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/MaternalDeliverModel.java
View file @
13396eb
... | ... | @@ -1335,7 +1335,7 @@ |
1335 | 1335 | private String umbilicalCordExType; |
1336 | 1336 | |
1337 | 1337 | /******威海妇幼新增字段******/ |
1338 | - private Date tpmcDate;//胎盘娩出时间 | |
1338 | + private String tpmcDate;//胎盘娩出时间 | |
1339 | 1339 | //娩出方式 |
1340 | 1340 | private String mcfs; |
1341 | 1341 | private String tpCondition;//胎盘情况 |
1342 | 1342 | |
... | ... | @@ -1392,11 +1392,11 @@ |
1392 | 1392 | this.tpCondition = tpCondition; |
1393 | 1393 | } |
1394 | 1394 | |
1395 | - public Date getTpmcDate() { | |
1395 | + public String getTpmcDate() { | |
1396 | 1396 | return tpmcDate; |
1397 | 1397 | } |
1398 | 1398 | |
1399 | - public void setTpmcDate(Date tpmcDate) { | |
1399 | + public void setTpmcDate(String tpmcDate) { | |
1400 | 1400 | this.tpmcDate = tpmcDate; |
1401 | 1401 | } |
1402 | 1402 |