feat:航线增加无人机类型字段

This commit is contained in:
gyb 2026-02-27 14:43:55 +08:00
parent 19be5b4bf0
commit 841a51e0ee
1 changed files with 8 additions and 0 deletions

View File

@ -36,7 +36,15 @@ public class AirlineFileVO {
* waypoint文件地址 * waypoint文件地址
*/ */
private String fileUrl; private String fileUrl;
/**
* 飞行器厂商
*/
private String airVendor;
/**
* 飞行器类型
*/
private String airType;
/** /**
* 原始航线url * 原始航线url