heheng
2025-11-28 6d5fc7859473d30a2e4c1f20f748abae652342b8
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);