“djh”
8 天以前 c15623a135260f0804bd2c5a69fce957f4b30abe
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);
}