From 789a11bf1d85215a444fddf5faaecc78fabdaaf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Sat, 14 Mar 2026 09:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ruoyi/device/api/domain/DockWithGPSVO.java | 9 +++++++++ 1 file changed, 9 insertions(+) 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; + }