heheng
2025-12-10 189849927e37278c8bc03202bd714aca7a0f8f7d
multi-system/src/main/java/com/gkhy/exam/system/mapper/InternalAuditCheckCatalogueMapper.java
@@ -15,4 +15,9 @@
    int insertBatch(@Param("catalogues") List<InternalAuditCheckCatalogue> catalogues);
    int updatebyCheckId(@Param("id") Integer id);
    void updateCheckCatalogues(List<InternalAuditCheckCatalogue> checkCatalogues);
    int saveBatch(List<InternalAuditCheckCatalogue> checkCatalogues);
}