heheng
2025-11-28 03a3edee9ff27fa9bb4b32dcda08e279c7c094c8
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);