Commit a7b9a335ee94a1ca2cc0eed6a2077bafa04f006a
1 parent
e0d78f3d6b
Exists in
master
and in
6 other branches
增加字段
Showing 1 changed file with 10 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/DischargeAbstractMotherModel.java
View file @
a7b9a33
| ... | ... | @@ -20,6 +20,8 @@ |
| 20 | 20 | |
| 21 | 21 | private String pId; |
| 22 | 22 | |
| 23 | + private String hospitalId; | |
| 24 | + | |
| 23 | 25 | /** |
| 24 | 26 | * @auther HuJiaqi |
| 25 | 27 | * @createTime 2016年12月05日 15时46分 |
| ... | ... | @@ -70,6 +72,14 @@ |
| 70 | 72 | private Integer operatorId; |
| 71 | 73 | |
| 72 | 74 | private Integer yn; |
| 75 | + | |
| 76 | + public String getHospitalId() { | |
| 77 | + return hospitalId; | |
| 78 | + } | |
| 79 | + | |
| 80 | + public void setHospitalId(String hospitalId) { | |
| 81 | + this.hospitalId = hospitalId; | |
| 82 | + } | |
| 73 | 83 | |
| 74 | 84 | public Integer getYn() { |
| 75 | 85 | return yn; |