648540858
2024-05-28 c69b64c756770067c8c89d1f2f2fb80d4a88031f
src/main/java/com/genersoft/iot/vmp/service/IDeviceChannelService.java
@@ -98,4 +98,14 @@
    void updateChannelGPS(Device device, DeviceChannel deviceChannel, MobilePosition mobilePosition);
    void stopPlay(String deviceId, String channelId);
    void batchUpdateChannelGPS(List<DeviceChannel> channelList);
    void batchAddMobilePosition(List<MobilePosition> addMobilePositionList);
    void online(DeviceChannel channel);
    void offline(DeviceChannel channel);
    void delete(DeviceChannel channel);
}