src/main/java/com/genersoft/iot/vmp/service/IDeviceChannelService.java
@@ -102,4 +102,9 @@ void batchAddMobilePosition(List<MobilePosition> addMobilePositionList); void online(DeviceChannel channel); void offline(DeviceChannel channel); void delete(DeviceChannel channel); }