nnnjjj123
2021-01-11 9514f338dc8dfa6fc5310f6339f05c69e2e2375b
src/main/java/org/springblade/modules/equipment/service/IEquipmentService.java
@@ -57,6 +57,7 @@
   List<EquipmentVOS> lazyList(Long parentId, Map<String, Object> param);
   EquipmentVOS selectInfo(Equipment equipment);
   List<Map<String, Object>> selectInfos(String deviceNumber);
   /**
    * 设备列表
@@ -65,4 +66,5 @@
    * @return
    */
   List<EquipmentVOS> selectList(String deviceType);
   void updateChannel(String heartbeat,String deviceNumber);
}