医生排班页面修复,新增组件间交互功能。

This commit is contained in:
2025-12-11 17:14:48 +08:00
parent a58e02f2cb
commit bd6f3ca587
8 changed files with 79 additions and 11 deletions

View File

@@ -40,6 +40,4 @@ public class Dept {
/** 更新时间 */
private LocalDateTime updateTime;
/** 关联的排班列表(一对多关系) */
private List<DoctorSchedule> schedules;
}

View File

@@ -28,6 +28,7 @@ public class SchedulePool {
/** 结束时间 */
private LocalTime endTime;
/**/
private Integer totalQuota;
private Integer bookedNum;
private Integer lockedNum;