heheng
2025-11-28 03a3edee9ff27fa9bb4b32dcda08e279c7c094c8
multi-system/src/main/java/com/gkhy/exam/system/service/StandardizedTemplateService.java
@@ -8,7 +8,7 @@
import com.gkhy.exam.system.domain.StandardizedTemplate;
public interface StandardizedTemplateService extends IService<StandardizedTemplate> {
    CommonPage selectStandardizedTemplateList(Integer companyId,Integer templateType);
    CommonPage selectStandardizedTemplateList(StandardizedTemplate standardizedTemplate);
    CommonResult insertStandardizedTemplate(StandardizedTemplate standardizedTemplate);