Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SiEn
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hewei
SiEn
Commits
c3e3fb07
Commit
c3e3fb07
authored
Oct 14, 2020
by
lpx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 优惠调机
parent
21900191
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
common/src/main/java/com/jumeirah/common/vo/StrokeDiscountQueryVo.java
+1
-1
common/src/main/resources/mapper/StrokeDiscountMapper.xml
+2
-1
config/src/main/resources/config/application.yml
+2
-0
No files found.
common/src/main/java/com/jumeirah/common/vo/StrokeDiscountQueryVo.java
View file @
c3e3fb07
...
...
@@ -39,7 +39,7 @@ public class StrokeDiscountQueryVo implements Serializable {
private
String
cityArriveName
;
@ApiModelProperty
(
"座位数"
)
private
Integer
seat
Mun
;
private
Integer
seat
Num
;
@ApiModelProperty
(
"飞机型号ID"
)
private
Long
plainTypeId
;
...
...
common/src/main/resources/mapper/StrokeDiscountMapper.xml
View file @
c3e3fb07
...
...
@@ -9,8 +9,9 @@
city_outset_name,
city_arrive_id,
city_arrive_name,
seat_
mun
,
seat_
num
,
plain_type_id,
plain_type_name,
outset_time,
return_time,
status,
...
...
config/src/main/resources/config/application.yml
View file @
c3e3fb07
...
...
@@ -202,6 +202,8 @@ spring-boot-plus:
-
/app/businessPlain/getPageList
# 包机介绍分页列表
-
/app/charterIntroduction/getPageList
# 优惠调机列表分页查询
-
/app/strokeDiscount/getPageList
# 多行字符串权限配置
filter-chain-definitions
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment