Commit a63309f464820089a996ea6d0aa203f1362c6394

Authored by jiangjiazhi
1 parent 71ef0743bf

增加是否通知

Showing 1 changed file with 9 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/BabyApplyOrderResult.java View file @ a63309f
... ... @@ -37,12 +37,20 @@
37 37 //接收日期
38 38 private String received;
39 39 private String phone;
  40 + private String babyId;
40 41  
  42 + public String getBabyId() {
  43 + return babyId;
  44 + }
41 45  
  46 + public void setBabyId(String babyId) {
  47 + this.babyId = babyId;
  48 + }
  49 +
42 50 public BabyApplyOrderResult convert(ReferralApplyOrderModel referralApplyOrderModel) {
43 51 setId(referralApplyOrderModel.getId());
44 52 setName(referralApplyOrderModel.getName());
45   -
  53 + setBabyId(referralApplyOrderModel.getParentId());
46 54 setmName(referralApplyOrderModel.getMname());
47 55 setSex("女");
48 56 setPhone(referralApplyOrderModel.getPhone());