fix:修复编译报错

This commit is contained in:
高大 2026-01-27 17:31:04 +08:00
parent 838a198804
commit f553b46b7b
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ public class AirlineFileGroupInfoVO extends BaseEntity {
* id,主键用于order by 排序 * id,主键用于order by 排序
*/ */
private Long id; private Long id;
private Long airlineId;
/** /**
* 用户ID * 用户ID
*/ */