Commit bbc7708436727c17cf94eeb7a0499be69fc0052c
1 parent
743a833b1b
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 7 additions and 1 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/model/LisReportItemModel.java
View file @
bbc7708
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | * |
| 6 | 6 | */ |
| 7 | 7 | public class LisReportItemModel { |
| 8 | -// private Integer id; | |
| 8 | + private Integer id; | |
| 9 | 9 | // 检验报告ID |
| 10 | 10 | private String lisId; |
| 11 | 11 | // 项目代码 |
| 12 | 12 | |
| ... | ... | @@ -31,7 +31,13 @@ |
| 31 | 31 | |
| 32 | 32 | private String hospitalId; |
| 33 | 33 | |
| 34 | + public Integer getId() { | |
| 35 | + return id; | |
| 36 | + } | |
| 34 | 37 | |
| 38 | + public void setId(Integer id) { | |
| 39 | + this.id = id; | |
| 40 | + } | |
| 35 | 41 | |
| 36 | 42 | public String getHospitalId() { |
| 37 | 43 | return hospitalId; |