Commit d4469d7accb182906d873f57213594d2bc167437
1 parent
4fc2d50309
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 8 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/query/BabyHighRiskBabyModelQuery.java
View file @
d4469d7
... | ... | @@ -71,6 +71,14 @@ |
71 | 71 | return highRiskDiagnose; |
72 | 72 | } |
73 | 73 | |
74 | + public String getCaseClosed() { | |
75 | + return caseClosed; | |
76 | + } | |
77 | + | |
78 | + public void setCaseClosed(String caseClosed) { | |
79 | + this.caseClosed = caseClosed; | |
80 | + } | |
81 | + | |
74 | 82 | public void setHighRiskDiagnose(List highRiskDiagnose) { |
75 | 83 | this.highRiskDiagnose = highRiskDiagnose; |
76 | 84 | } |