This commit is contained in:
孙小云 2026-02-24 11:08:08 +08:00
parent d1536c00bd
commit a40346be1f
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ public class DroneFlightControlRequest implements Serializable {
private static final long serialVersionUID = 1L;
/** 机场SN号 */
@Schema(description = "机场SN号", example = "THJSQ03B2309DN7VQN43")
private String sn;
/** 任务ID */
@Schema(description = "任务ID", example = "1")
private Long taskId;