package com.artfess.examine.dao; import com.artfess.examine.model.ExamSubjectSys; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * 课目专业装备中间表 Mapper 接口 * * @company 阿特菲斯信息技术有限公司 * @author min.wu * @since 2022-11-18 */ public interface ExamSubjectSysDao extends BaseMapper { }