bug:航线一期增加航线查询接口

This commit is contained in:
gyb 2026-02-09 08:40:59 +08:00
parent 4f7f5a2c94
commit 1de86e9dc0
1 changed files with 10 additions and 0 deletions

View File

@ -66,6 +66,16 @@ public class AirlineFileVO {
*/
private Integer djiRthAltitude;
/**
* 分组ID
*/
private Long groupId;
/**
* 分组名称
*/
private String groupName;