fix:修复编译报错
This commit is contained in:
parent
838a198804
commit
f553b46b7b
|
|
@ -18,6 +18,8 @@ public class AirlineFileGroupInfoVO extends BaseEntity {
|
|||
* id,主键,用于order by 排序
|
||||
*/
|
||||
private Long id;
|
||||
|
||||
private Long airlineId;
|
||||
/**
|
||||
* 用户ID
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue