feat:增加航线属性字段

This commit is contained in:
gyb 2026-03-02 15:02:51 +08:00
parent 8d6424f800
commit 246693e0ea
1 changed files with 24 additions and 0 deletions

View File

@ -68,6 +68,30 @@ public class AirlineFileVO {
*/ */
private Integer status; private Integer status;
/**
* 爬升模式
*/
private String climbMode;
/**
* 海拔高度
*/
private Double altitude;
/**
* 飞行速度
*/
private Double flightSpeed;
/**
* 全局航点高度
*/
private Double globalWaypointHeight;
/**
* 拍照模式
*/
private String photoMode;
/** /**
* kmz航线的全局高度 * kmz航线的全局高度