Compare commits
2 Commits
60c8affc0d
...
c41217a780
| Author | SHA1 | Date |
|---|---|---|
|
|
c41217a780 | |
|
|
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