src/main/java/com/genersoft/iot/vmp/service/IDeviceChannelService.java @@ -51,4 +51,9 @@ * 数据位置信息格式处理 */ boolean updateAllGps(Device device); /** * 查询通道所属的设备 */ List<Device> getDeviceByChannelId(String channelId); }