Commit 2a3e0530392b46336b436ca663ce7af4549c67c8
1 parent
47ccaca130
Exists in
master
and in
6 other branches
服务
Showing 1 changed file with 9 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/TServiceTimeRecord.java
View file @
2a3e053
| ... | ... | @@ -19,6 +19,15 @@ |
| 19 | 19 | private Integer patientId; |
| 20 | 20 | private Integer memberId; |
| 21 | 21 | private String foreignId; |
| 22 | + private Integer endType; | |
| 23 | + | |
| 24 | + public Integer getEndType() { | |
| 25 | + return endType; | |
| 26 | + } | |
| 27 | + | |
| 28 | + public void setEndType(Integer endType) { | |
| 29 | + this.endType = endType; | |
| 30 | + } | |
| 22 | 31 | |
| 23 | 32 | public Integer getId() { |
| 24 | 33 | return id; |