预约管理
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.openhis.appointmentmanage.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.openhis.appointmentmanage.domain.ClinicRoom;
|
||||
|
||||
/**
|
||||
* 诊室维护Mapper接口
|
||||
*
|
||||
* @author system
|
||||
* @date 2025-12-09
|
||||
*/
|
||||
public interface ClinicRoomMapper extends BaseMapper<ClinicRoom> {
|
||||
}
|
||||
Reference in New Issue
Block a user