feat:调试接口

This commit is contained in:
gyb 2026-02-28 13:23:45 +08:00
parent 249dc49dc5
commit efe420b5a9
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;
/** /**