新增科室预约工作时间维护页面

This commit is contained in:
py
2026-01-06 16:31:08 +08:00
parent b0850257c8
commit 3091fc7337
15 changed files with 2283 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
package com.openhis.appointmentmanage.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.openhis.appointmentmanage.domain.DeptAppointmentHours;
import org.springframework.stereotype.Repository;
@Repository
public interface DeptAppointmentHoursMapper extends BaseMapper<DeptAppointmentHours> {
}