This commit is contained in:
孙小云 2026-03-14 11:03:16 +08:00
parent 7e8b721a6e
commit 097682d1b9
1 changed files with 5 additions and 0 deletions

View File

@ -32,4 +32,9 @@ public class DroneTakeoffRequest implements Serializable {
/** 最低电池电量 */
@Schema(description = "最低电池电量", example = "0.3")
private Double flyBatteryMin;
/**
* 任务ID
*/
private Long taskId;
}