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