修改接口
This commit is contained in:
parent
5661cff85b
commit
f5fc8aa807
|
|
@ -20,14 +20,9 @@ public class DroneTakeoffRequest implements Serializable {
|
|||
/** 机场SN号 */
|
||||
@Schema(description = "机场SN号", example = "THJSQ03B2309DN7VQN43")
|
||||
private String sn;
|
||||
//
|
||||
// /** 消息ID */
|
||||
// @Schema(description = "消息ID", example = "9056")
|
||||
// private Long messageID;
|
||||
|
||||
// /** 航线文件URL */
|
||||
// @Schema(description = "航线文件URL", example = "https://minio-jndsj.t-aaron.com:2443/th-airport/testFile/13912c62-b96f-4df5-ab65-813c8c4b04eb.waypoints")
|
||||
// private String airlineFileUrl;
|
||||
@Schema(description = "航线文件URL")
|
||||
private String airlineFileUrl;
|
||||
|
||||
/** 最低电池电量 */
|
||||
@Schema(description = "最低电池电量", example = "0.3")
|
||||
|
|
|
|||
Loading…
Reference in New Issue