diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyPsychologistRequest.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyPsychologistRequest.java index 38e8e93..bee547c 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyPsychologistRequest.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyPsychologistRequest.java @@ -180,6 +180,9 @@ public class BabyPsychologistRequest { //刺激过低或过高反应 private String cjfy; + //初诊页面的现病史 + private String presentIllness; + public String getCjfy() { return cjfy; } @@ -795,4 +798,12 @@ public class BabyPsychologistRequest { public void setHandlingOpinions(String handlingOpinions) { this.handlingOpinions = handlingOpinions; } + + public String getPresentIllness() { + return presentIllness; + } + + public void setPresentIllness(String presentIllness) { + this.presentIllness = presentIllness; + } }