医生排班页面修复,新增组件间交互功能。
This commit is contained in:
@@ -40,6 +40,4 @@ public class Dept {
|
||||
/** 更新时间 */
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
/** 关联的排班列表(一对多关系) */
|
||||
private List<DoctorSchedule> schedules;
|
||||
}
|
||||
|
||||
@@ -28,6 +28,7 @@ public class SchedulePool {
|
||||
|
||||
/** 结束时间 */
|
||||
private LocalTime endTime;
|
||||
/**/
|
||||
private Integer totalQuota;
|
||||
private Integer bookedNum;
|
||||
private Integer lockedNum;
|
||||
|
||||
Reference in New Issue
Block a user