This commit is contained in:
孙小云 2026-02-28 14:52:08 +08:00
commit 81c3ff6bb2
1 changed files with 2 additions and 2 deletions

View File

@ -53,9 +53,9 @@ public class AirlineFileVO {
/** /**
* 航线类型1,航点航线;2,指点航线;3,指面航线 * 航线类型waypoint,航点航线;指点航线;指面航线
*/ */
private Integer type; private String type;
/** /**