“djh”
2025-10-30 4e05db79b1d981677b8a2664f252dfccf95ef6ce
multi-system/src/main/java/com/gkhy/exam/system/service/InternalAuditCheckService.java
@@ -18,11 +18,11 @@
public interface InternalAuditCheckService extends IService<InternalAuditCheck> {
    CommonPage selectInternalAuditCheckList(Integer companyId);
    CommonResult insertInternalAuditCheck(InternalAuditCheckVo internalAuditCheck);
    CommonResult insertInternalAuditCheck(InternalAuditCheck internalAuditCheck);
    CommonResult updateInternalAuditCheck(InternalAuditCheckVo internalAuditCheck);
    CommonResult updateInternalAuditCheck(InternalAuditCheck internalAuditCheck);
    CommonResult deletedInternalAuditCheck(Integer id);
    CommonResult internalAuditCheckInfo(Integer id);
//    CommonResult internalAuditCheckInfo(Integer id);
}