智慧保安后台管理-外网-验收版本
zengh
2021-12-04 9ded1cc24d75fe3acd058aa1918624ff81bfcd50
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);
}