Commit f4628c53aaf71ef1e5fca71e7c326d0a7412a07c
1 parent
b3a817e786
Exists in
master
and in
6 other branches
秦皇岛妇幼添加字段:parentAssess auxiliaryExamin
Showing 1 changed file with 27 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyHighRiskBabyRequest.java
View file @
f4628c5
... | ... | @@ -231,6 +231,33 @@ |
231 | 231 | private List<Integer> handle; |
232 | 232 | private String handleOther; |
233 | 233 | |
234 | + /** | |
235 | + * 秦皇岛妇幼增加字典,start | |
236 | + */ | |
237 | + private String parentAssess;//家长评估 | |
238 | + | |
239 | + private String auxiliaryExamin;//辅助检查 | |
240 | + | |
241 | + public String getParentAssess() { | |
242 | + return parentAssess; | |
243 | + } | |
244 | + | |
245 | + public void setParentAssess(String parentAssess) { | |
246 | + this.parentAssess = parentAssess; | |
247 | + } | |
248 | + | |
249 | + public String getAuxiliaryExamin() { | |
250 | + return auxiliaryExamin; | |
251 | + } | |
252 | + | |
253 | + public void setAuxiliaryExamin(String auxiliaryExamin) { | |
254 | + this.auxiliaryExamin = auxiliaryExamin; | |
255 | + } | |
256 | + | |
257 | + /** | |
258 | + * 秦皇岛妇幼增加字典,end | |
259 | + */ | |
260 | + | |
234 | 261 | public List<Integer> getEvalMethod() { |
235 | 262 | return evalMethod; |
236 | 263 | } |