智慧保安后台管理-外网-验收版本
zengh
2021-12-04 18f0b4fc281b608acf0e27263c0ffbd8384a5993
src/main/java/org/springblade/modules/information/service/IInformationService.java
@@ -72,4 +72,9 @@
    * @return
    */
   void importInfor(List<InforExcel> data, Boolean isCovered);
   /**
    * 培训公司信息查询,下拉
    */
   List<InformationVO> trainUnitTree(InformationVO information);
}