feat:航线增加无人机类型字段
This commit is contained in:
parent
19be5b4bf0
commit
841a51e0ee
|
|
@ -36,7 +36,15 @@ public class AirlineFileVO {
|
|||
* waypoint文件地址
|
||||
*/
|
||||
private String fileUrl;
|
||||
/**
|
||||
* 飞行器厂商
|
||||
*/
|
||||
private String airVendor;
|
||||
|
||||
/**
|
||||
* 飞行器类型
|
||||
*/
|
||||
private String airType;
|
||||
|
||||
/**
|
||||
* 原始航线url
|
||||
|
|
|
|||
Loading…
Reference in New Issue