multi-system/src/main/java/com/gkhy/exam/system/service/ProcessInspectionService.java
@@ -6,7 +6,7 @@ import com.gkhy.exam.system.domain.ProcessInspection; public interface ProcessInspectionService extends IService<ProcessInspection> { CommonPage selectProcessInspectionList(Integer companyId, Integer templateType); CommonPage selectProcessInspectionList(Integer companyId, Integer templateType,Integer itemId); CommonResult insertProcessInspection(ProcessInspection processInspection);