heheng
2025-07-09 5faa3f478f9d36422c5d1a19c4e2da7250afd70f
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);
}