添加舱内外和直播地址
This commit is contained in:
parent
b6c2149ba5
commit
1ae7289fda
|
|
@ -123,6 +123,9 @@ public class DockDetailDTO implements Serializable
|
||||||
/** 舱外摄像头 */
|
/** 舱外摄像头 */
|
||||||
private String externalCamera;
|
private String externalCamera;
|
||||||
|
|
||||||
|
/** 直播 */
|
||||||
|
private String liveCamera;
|
||||||
|
|
||||||
/** 充放电状态 */
|
/** 充放电状态 */
|
||||||
private String chargingStatus;
|
private String chargingStatus;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,9 @@ public class TuohengBufferDeviceImpl implements IBufferDeviceService {
|
||||||
dto.setDockId(dock.getDockId());
|
dto.setDockId(dock.getDockId());
|
||||||
dto.setDockName(dock.getDockName());
|
dto.setDockName(dock.getDockName());
|
||||||
dto.setDockLocation(dock.getDockLocation());
|
dto.setDockLocation(dock.getDockLocation());
|
||||||
|
dto.setInternalCamera(dock.getCabinVideoUrl());
|
||||||
|
dto.setExternalCamera(dock.getOutsideVideoUrl());
|
||||||
|
dto.setLiveCamera(dock.getLiveVideoUrl());
|
||||||
dto.setDockIotId(device.getIotDeviceId());
|
dto.setDockIotId(device.getIotDeviceId());
|
||||||
dto.setSnNumber(device.getDeviceSn());
|
dto.setSnNumber(device.getDeviceSn());
|
||||||
dto.setBindTime(device.getCreateTime().getTime());
|
dto.setBindTime(device.getCreateTime().getTime());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue