heheng
2025-07-08 427f9796bf60fe1262131a8fd6ae6c25e02574be
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);
}