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