添加API

This commit is contained in:
孙小云 2026-03-14 09:25:23 +08:00
parent a6f422f4a9
commit 789a11bf1d
1 changed files with 9 additions and 0 deletions

View File

@ -93,4 +93,13 @@ public class DockWithGPSVO implements Serializable {
@Schema(description = "无人机SN号") @Schema(description = "无人机SN号")
private String snNumber; private String snNumber;
@Schema(description = "舱内视频地址")
private String cabinVideoUrl;
@Schema(description = "舱外视频地址")
private String outsideVideoUrl;
@Schema(description = "直播视频地址")
private String liveVideoUrl;
} }