添加API
This commit is contained in:
parent
a6f422f4a9
commit
789a11bf1d
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue