feat:增加航线属性字段
This commit is contained in:
parent
8d6424f800
commit
246693e0ea
|
|
@ -68,6 +68,30 @@ public class AirlineFileVO {
|
|||
*/
|
||||
private Integer status;
|
||||
|
||||
/**
|
||||
* 爬升模式
|
||||
*/
|
||||
private String climbMode;
|
||||
|
||||
/**
|
||||
* 海拔高度
|
||||
*/
|
||||
private Double altitude;
|
||||
|
||||
/**
|
||||
* 飞行速度
|
||||
*/
|
||||
private Double flightSpeed;
|
||||
|
||||
/**
|
||||
* 全局航点高度
|
||||
*/
|
||||
private Double globalWaypointHeight;
|
||||
|
||||
/**
|
||||
* 拍照模式
|
||||
*/
|
||||
private String photoMode;
|
||||
|
||||
/**
|
||||
* kmz航线的全局高度
|
||||
|
|
|
|||
Loading…
Reference in New Issue