package com.artfess.examine.manager; import com.artfess.base.manager.BaseManager; import com.artfess.examine.model.ExamOrgEvaluation; /** * 年度组织综合评定表 服务类 * * @company 阿特菲斯信息技术有限公司 * @author min.wu * @since 2024-08-21 */ public interface ExamOrgEvaluationManager extends BaseManager { void createOrgEvaluation(); }