Commit 9df6ad97192452ade54768e86c4e8e6829de7720
1 parent
46aedb73fb
Exists in
master
and in
6 other branches
眼保健
Showing 1 changed file with 13 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/LhBabyEyeCheck.java
View file @
9df6ad9
... | ... | @@ -146,6 +146,11 @@ |
146 | 146 | private String guidanceOpinions; |
147 | 147 | |
148 | 148 | /** |
149 | + * 针对指导 | |
150 | + */ | |
151 | + private Map<String,Object> zdGuidance; | |
152 | + | |
153 | + /** | |
149 | 154 | * 眼外观 1正常、2异常 |
150 | 155 | */ |
151 | 156 | private String lhywg; |
... | ... | @@ -331,6 +336,14 @@ |
331 | 336 | private String lhsldcqt; |
332 | 337 | //屈光筛查 |
333 | 338 | private Map<String, String> qgscResult; |
339 | + | |
340 | + public Map<String, Object> getZdGuidance() { | |
341 | + return zdGuidance; | |
342 | + } | |
343 | + | |
344 | + public void setZdGuidance(Map<String, Object> zdGuidance) { | |
345 | + this.zdGuidance = zdGuidance; | |
346 | + } | |
334 | 347 | |
335 | 348 | public Map<String, String> getQgscResult() { |
336 | 349 | return qgscResult; |