Commit fc9b4dc777de3ebbeb28734e4f2f8dbb4af8d6ba
1 parent
7cd79d776d
Exists in
master
and in
6 other branches
两癌
Showing 1 changed file with 11 additions and 0 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/CervicalCancerModel.java
View file @
fc9b4dc
| ... | ... | @@ -354,7 +354,18 @@ | 
| 354 | 354 | private Date created; | 
| 355 | 355 | private Date modified; | 
| 356 | 356 | |
| 357 | + //下次预约时间 | |
| 358 | + private Date nextDate; | |
| 359 | + | |
| 357 | 360 | private String hospitalId; | 
| 361 | + | |
| 362 | + public Date getNextDate() { | |
| 363 | + return nextDate; | |
| 364 | + } | |
| 365 | + | |
| 366 | + public void setNextDate(Date nextDate) { | |
| 367 | + this.nextDate = nextDate; | |
| 368 | + } | |
| 358 | 369 | |
| 359 | 370 | public String getOrgProvinceId() { | 
| 360 | 371 | return orgProvinceId; |