实现科室护士管理患者排队叫号队列,实现患者智能分诊、队列调整、叫号控制等功能

This commit is contained in:
2026-01-06 15:34:16 +08:00
parent 941054734f
commit fa2884b320

View File

@@ -6,4 +6,5 @@ import org.springframework.stereotype.Repository;
@Repository
public interface ScheduleSlotMapper extends BaseMapper<ScheduleSlot> {
//
}