648540858
2024-02-27 509d9b3cbba7ba8fdc7466c34e46db70d41517a8
src/main/java/com/genersoft/iot/vmp/service/IDeviceChannelService.java
@@ -87,4 +87,9 @@
     * 直接批量添加
     */
    void batchAddChannel(List<DeviceChannel> deviceChannels);
    /**
     * 修改通道的码流类型
     */
    void updateChannelStreamIdentification(DeviceChannel channel);
}