“djh”
3 天以前 97cd53a574602b3eb4320a6e63105f604eb03f85
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);
}