heheng
2025-11-20 8f85986a90a2d3d5a887d9beb2c07c88049e3aa3
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);
}