package com.artfess.examine.manager; import com.artfess.base.manager.BaseManager; import com.artfess.examine.model.ExamPaperApply; /** * 考生考试申请 服务类 * * @company 阿特菲斯信息技术有限公司 * @author min.wu * @since 2022-10-19 */ public interface ExamPaperApplyManager extends BaseManager { }