Commit 41050114eafe96fb6d90d7c5c301794aebbea532
1 parent
c1ef90acbb
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/BabyCheckRequest.java
View file @
4105011
| ... | ... | @@ -700,6 +700,15 @@ |
| 700 | 700 | private String fypg;//发育评估 |
| 701 | 701 | private Map<String,Object> zyzd; //中医指导 |
| 702 | 702 | private String zrks;//转让科室 |
| 703 | + private String sfsf; | |
| 704 | + | |
| 705 | + public String getSfsf() { | |
| 706 | + return sfsf; | |
| 707 | + } | |
| 708 | + | |
| 709 | + public void setSfsf(String sfsf) { | |
| 710 | + this.sfsf = sfsf; | |
| 711 | + } | |
| 703 | 712 | |
| 704 | 713 | /** |
| 705 | 714 | * 公卫2.0-新增儿童健康检查 |