Commit ce2f71c36513b25db25690b8c3110b9ae1cfa569

Authored by liquanyu
1 parent 9a789cc100

儿童添加档案编号

Showing 1 changed file with 13 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyEarBase.java View file @ ce2f71c
... ... @@ -128,6 +128,9 @@
128 128 private Integer serviceStatus;
129 129 //服务类型
130 130 private Integer serviceType;
  131 +
  132 + //滦平儿童档案编号
  133 + private String fileCode;
131 134 /**
132 135 * 服务信息
133 136 */
134 137  
... ... @@ -228,10 +231,20 @@
228 231 babyModel.setFphone(fphone);
229 232 babyModel.setFbirth(DateUtil.parseYMD(fbirth));
230 233 babyModel.setFproTypeId(fproTypeId);
  234 + babyModel.setFileCode(fileCode);
231 235 return babyModel;
232 236 }
233 237 public BabyEarBase() {
234 238  
  239 + }
  240 +
  241 +
  242 + public String getFileCode() {
  243 + return fileCode;
  244 + }
  245 +
  246 + public void setFileCode(String fileCode) {
  247 + this.fileCode = fileCode;
235 248 }
236 249  
237 250 public List<PatientSerResult> getPatientSerResults() {