648540858
2024-03-25 c6dfb63f8fd5f04fa00ac6c45da2eb6bcc5cada4
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();
}