heheng
2025-07-09 19871e8ac9606710b1009f5f86366fb445a7ace8
multi-system/src/main/java/com/gkhy/exam/system/mapper/CompanyIndustryTemplateMapper.java
@@ -15,4 +15,6 @@
    int updateCompanyIndustryTemplateById(CompanyIndustryTemplate template);
    int insertIndustrys(@Param("companyIndustryTemplates") List<CompanyIndustryTemplate> companyIndustryTemplates);
    CompanyIndustryTemplate selectCompanyIndustryTemplate(@Param("name") String name);
}