Compare commits

...

2 Commits

Author SHA1 Message Date
gyb c41217a780 Merge remote-tracking branch 'origin/main' 2026-03-20 10:49:14 +08:00
gyb 676fd358c1 feat:空域详情附带返回groupid 2026-03-20 10:43:43 +08:00
1 changed files with 5 additions and 0 deletions

View File

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