|
@@ -37,6 +37,11 @@ public class DeviceApiImpl implements DeviceApi {
|
|
|
return null;
|
|
return null;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
|
+ public DevicesVo queryDevice(Long id) {
|
|
|
|
|
+ return iotDeviceService.query(id);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@Override
|
|
@Override
|
|
|
public List<DevicesVo> devicesQuery(DevicesNameVo devicesNameVo) {
|
|
public List<DevicesVo> devicesQuery(DevicesNameVo devicesNameVo) {
|
|
|
return iotDeviceService.devicesQuery(devicesNameVo);
|
|
return iotDeviceService.devicesQuery(devicesNameVo);
|