新增科室预约工作时间维护页面
This commit is contained in:
@@ -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> {
|
||||
}
|
||||
Reference in New Issue
Block a user