feat:航线编辑接口新的航点动作保存

This commit is contained in:
gyb 2026-03-11 13:22:09 +08:00
parent ce96ca3988
commit f21a0b32c2
1 changed files with 20 additions and 0 deletions

View File

@ -75,4 +75,24 @@ public class AirLinePointVO implements Serializable {
* 转动方向 -1逆时针 1相对机场方向 硬件定义的
*/
private Integer rotateDirection;
/**
* 间隔拍照时间- 命令5000
*/
private Integer photoTime;
/**
* 间隔拍照距离- 命令6000
*/
private Integer photoDistance;
/**
* 照片类型数组1,2,3- 命令5000/6000
*/
private Integer photoType;
/**
* 飞行器偏航角 - 命令4000
*/
private String droneYaw;
}