648540858
2023-08-01 e5cba6022fa49747eecba79d4490bc10187befd7
src/main/java/com/genersoft/iot/vmp/storager/IVideoManagerStorage.java
@@ -342,9 +342,9 @@
   int addCatalog(PlatformCatalog platformCatalog);
   PlatformCatalog getCatalog(String id);
   PlatformCatalog getCatalog(String platformId, String id);
   int delCatalog(String id);
   int delCatalog(String platformId, String id);
   int updateCatalog(PlatformCatalog platformCatalog);
@@ -378,4 +378,7 @@
   List<DeviceChannelExtend> queryChannelsByDeviceId(String serial, List<String> channelIds, Boolean online);
   List<ParentPlatform> queryEnablePlatformListWithAsMessageChannel();
   List<Device> queryDeviceWithAsMessageChannel();
}