648540858
2023-08-16 985082d33930868c3cc1723f28fd9aaae9013a8f
src/main/java/com/genersoft/iot/vmp/storager/IVideoManagerStorage.java
old mode 100644 new mode 100755
@@ -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();
}