Commit 956c2162c1fabd91a0656a4056b6fd5c394eeee2
1 parent
d93b91951c
Exists in
master
and in
8 other branches
增加
Showing 1 changed file with 5 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java
View file @
956c216
| ... | ... | @@ -7,6 +7,7 @@ |
| 7 | 7 | import com.lyms.platform.pojo.AntExChuModel; |
| 8 | 8 | import org.hibernate.validator.constraints.NotEmpty; |
| 9 | 9 | |
| 10 | +import java.util.Date; | |
| 10 | 11 | import java.util.List; |
| 11 | 12 | import java.util.Map; |
| 12 | 13 | |
| ... | ... | @@ -22,6 +23,10 @@ |
| 22 | 23 | @NotEmpty(message = "孕妇id不能为空") |
| 23 | 24 | private String parentId; |
| 24 | 25 | private String id; |
| 26 | + //预产期 | |
| 27 | + private String dueDate; | |
| 28 | + //末次月经 | |
| 29 | + private String lastMenses; | |
| 25 | 30 | |
| 26 | 31 | // 既往史 |
| 27 | 32 | private Map pastHistory ; |