feat:空域详情附带返回groupid
This commit is contained in:
parent
6969e1788e
commit
676fd358c1
|
|
@ -21,6 +21,11 @@ public class AirlineAreaVO extends BaseEntity {
|
||||||
*/
|
*/
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 分组ID
|
||||||
|
*/
|
||||||
|
private Long groupId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 空域名称
|
* 空域名称
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue