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