This commit is contained in:
parent
0d460b178a
commit
02a018df38
|
|
@ -42,4 +42,8 @@ public class DroneFlightControlRequest implements Serializable {
|
||||||
/** 幅度调整:数值类型 */
|
/** 幅度调整:数值类型 */
|
||||||
@Schema(description = "幅度调整(数值类型,单位:米)", example = "10")
|
@Schema(description = "幅度调整(数值类型,单位:米)", example = "10")
|
||||||
private Integer amplitude;
|
private Integer amplitude;
|
||||||
|
|
||||||
|
/** 消息ID */
|
||||||
|
@Schema(description = "消息ID", example = "9056")
|
||||||
|
private Long messageID;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue