lishuyuan
2023-11-02 8bd2f47c9a92ffcf5ae43fae965eaefd4748e263
src/main/java/com/genersoft/iot/vmp/service/IPlatformChannelService.java
old mode 100644 new mode 100755
@@ -19,4 +19,11 @@
     */
    int updateChannelForGB(String platformId, List<ChannelReduce> channelReduces, String catalogId);
    /**
     * 移除目录下的所有通道
     * @param platformId
     * @param catalogId
     * @return
     */
    int delAllChannelForGB(String platformId, String catalogId);
}