Compare commits

...

2 Commits

Author SHA1 Message Date
gyb 249dc49dc5 Merge remote-tracking branch 'origin/main' 2026-02-27 14:44:04 +08:00
gyb 841a51e0ee feat:航线增加无人机类型字段 2026-02-27 14:43:55 +08:00
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