package com.artfess.examine.dao; import com.artfess.examine.model.ExamCollectMaterial; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * 我的收藏 Mapper 接口 * * @company 阿特菲斯信息技术有限公司 * @author min.wu * @since 2022-10-19 */ public interface ExamCollectMaterialDao extends BaseMapper { }