Commit 210e5cc5a845c80d9ef25efc25a2afcab4742e7b
1 parent
18bcc7d2e8
Exists in
master
and in
6 other branches
衡水六院+秦皇岛眼保健部分
Showing 1 changed file with 9 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyHighRiskBabyRequest.java
View file @
210e5cc
... | ... | @@ -18,6 +18,7 @@ |
18 | 18 | |
19 | 19 | // 纠正月龄||纠正胎龄 |
20 | 20 | private String correctAge; |
21 | + private String fzjcState; | |
21 | 22 | //体重评价 |
22 | 23 | private String weightEvaluate; |
23 | 24 | //身长评价 |
... | ... | @@ -887,6 +888,14 @@ |
887 | 888 | |
888 | 889 | public void setWeightEvaluateStandard(String weightEvaluateStandard) { |
889 | 890 | this.weightEvaluateStandard = weightEvaluateStandard; |
891 | + } | |
892 | + | |
893 | + public String getFzjcState() { | |
894 | + return fzjcState; | |
895 | + } | |
896 | + | |
897 | + public void setFzjcState(String fzjcState) { | |
898 | + this.fzjcState = fzjcState; | |
890 | 899 | } |
891 | 900 | } |