diff --git a/ruoyi-api/tuoheng-api-device/src/main/java/com/ruoyi/device/api/domain/DockWithGPSVO.java b/ruoyi-api/tuoheng-api-device/src/main/java/com/ruoyi/device/api/domain/DockWithGPSVO.java index 04aafca..edc0fc6 100644 --- a/ruoyi-api/tuoheng-api-device/src/main/java/com/ruoyi/device/api/domain/DockWithGPSVO.java +++ b/ruoyi-api/tuoheng-api-device/src/main/java/com/ruoyi/device/api/domain/DockWithGPSVO.java @@ -93,4 +93,13 @@ public class DockWithGPSVO implements Serializable { @Schema(description = "无人机SN号") private String snNumber; + @Schema(description = "舱内视频地址") + private String cabinVideoUrl; + + @Schema(description = "舱外视频地址") + private String outsideVideoUrl; + + @Schema(description = "直播视频地址") + private String liveVideoUrl; + }