Commit 1c11a0e3ddf0f0a0e63394e94023e628f747baaa
1 parent
b799ea30bb
Exists in
master
and in
1 other branch
儿童分娩日期修改
Showing 1 changed file with 1 additions and 7 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyBookbuildingAddRequest.java
View file @
1c11a0e
... | ... | @@ -68,8 +68,6 @@ |
68 | 68 | //儿童性别 |
69 | 69 | private Integer sex; |
70 | 70 | //儿童身份证 |
71 | - @FormParam | |
72 | - @NotEmpty(message = "儿童身份证号不能为空") | |
73 | 71 | private String babyCardNo; |
74 | 72 | //儿童生日 |
75 | 73 | @FormParam |
... | ... | @@ -85,9 +83,7 @@ |
85 | 83 | |
86 | 84 | /***********儿童出生信息***********/ |
87 | 85 | |
88 | - //预产期 | |
89 | - @FormParam | |
90 | - @NotEmpty(message = "预产期不能为空") | |
86 | + //分娩日期 | |
91 | 87 | private String dueDate; |
92 | 88 | //分娩方式 |
93 | 89 | private String dueType; |
... | ... | @@ -127,8 +123,6 @@ |
127 | 123 | private Integer serviceStatus; |
128 | 124 | |
129 | 125 | //就诊卡号 |
130 | - @FormParam | |
131 | - @NotEmpty(message = "就诊卡号不能为空") | |
132 | 126 | private String vcCardNo; |
133 | 127 | |
134 | 128 | @FormParam |