fix:修复编译报错

This commit is contained in:
高大 2026-01-27 13:26:33 +08:00
parent 027ec15c4b
commit f99c25cede
1 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,10 @@ public class AirlineFileVO {
* 主键ID * 主键ID
*/ */
private Long id; private Long id;
/**
* 航线名称
*/
private String name;
/** /**
* 用户ID * 用户ID
*/ */
@ -50,7 +53,7 @@ public class AirlineFileVO {
/** /**
* 航线点列表 * 航线点列表
*/ */
private List<AirLinePointVO> linePointDtoList; private List<AirLinePointVO> linePointVOList;
/** /**
* 1 启用 0 停用 * 1 启用 0 停用