This commit is contained in:
parent
7e8b721a6e
commit
097682d1b9
|
|
@ -32,4 +32,9 @@ public class DroneTakeoffRequest implements Serializable {
|
||||||
/** 最低电池电量 */
|
/** 最低电池电量 */
|
||||||
@Schema(description = "最低电池电量", example = "0.3")
|
@Schema(description = "最低电池电量", example = "0.3")
|
||||||
private Double flyBatteryMin;
|
private Double flyBatteryMin;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 任务ID
|
||||||
|
*/
|
||||||
|
private Long taskId;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue