Commit c3e3fb07 by lpx

# 优惠调机

parent 21900191
...@@ -39,7 +39,7 @@ public class StrokeDiscountQueryVo implements Serializable { ...@@ -39,7 +39,7 @@ public class StrokeDiscountQueryVo implements Serializable {
private String cityArriveName; private String cityArriveName;
@ApiModelProperty("座位数") @ApiModelProperty("座位数")
private Integer seatMun; private Integer seatNum;
@ApiModelProperty("飞机型号ID") @ApiModelProperty("飞机型号ID")
private Long plainTypeId; private Long plainTypeId;
......
...@@ -9,8 +9,9 @@ ...@@ -9,8 +9,9 @@
city_outset_name, city_outset_name,
city_arrive_id, city_arrive_id,
city_arrive_name, city_arrive_name,
seat_mun, seat_num,
plain_type_id, plain_type_id,
plain_type_name,
outset_time, outset_time,
return_time, return_time,
status, status,
......
...@@ -202,6 +202,8 @@ spring-boot-plus: ...@@ -202,6 +202,8 @@ spring-boot-plus:
- /app/businessPlain/getPageList - /app/businessPlain/getPageList
# 包机介绍分页列表 # 包机介绍分页列表
- /app/charterIntroduction/getPageList - /app/charterIntroduction/getPageList
# 优惠调机列表分页查询
- /app/strokeDiscount/getPageList
# 多行字符串权限配置 # 多行字符串权限配置
filter-chain-definitions: | filter-chain-definitions: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment