fix:修复编译报错
This commit is contained in:
parent
027ec15c4b
commit
f99c25cede
|
|
@ -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 停用
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue