package com.artfess.examine.manager; import com.artfess.base.manager.BaseManager; import com.artfess.examine.model.ExamCollectMaterial; /** * 我的收藏 服务类 * * @company 阿特菲斯信息技术有限公司 * @author min.wu * @since 2022-10-19 */ public interface ExamCollectMaterialManager extends BaseManager { }