This commit is contained in:
孙小云 2026-03-12 09:10:57 +08:00
commit c256461c59
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;
}