feat:空域详情附带返回groupid

This commit is contained in:
gyb 2026-03-20 10:43:43 +08:00
parent 6969e1788e
commit 676fd358c1
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ public class AirlineAreaVO extends BaseEntity {
*/
private Long id;
/**
* 分组ID
*/
private Long groupId;
/**
* 空域名称
*/