This commit is contained in:
parent
d1536c00bd
commit
a40346be1f
|
|
@ -19,6 +19,10 @@ public class DroneFlightControlRequest implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
/** 机场SN号 */
|
||||||
|
@Schema(description = "机场SN号", example = "THJSQ03B2309DN7VQN43")
|
||||||
|
private String sn;
|
||||||
|
|
||||||
/** 任务ID */
|
/** 任务ID */
|
||||||
@Schema(description = "任务ID", example = "1")
|
@Schema(description = "任务ID", example = "1")
|
||||||
private Long taskId;
|
private Long taskId;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue