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
4b6762f2
Commit
4b6762f2
authored
Oct 14, 2020
by
lanpingxiong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev/lanpingxiong' into 'master'
Dev/lanpingxiong See merge request hewei/Jumeirah!24
parents
e20ae98d
c3e3fb07
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
common/src/main/java/com/jumeirah/common/entity/StrokeDiscount.java
+3
-0
common/src/main/java/com/jumeirah/common/vo/StrokeDiscountQueryVo.java
+4
-1
common/src/main/resources/mapper/StrokeDiscountMapper.xml
+2
-2
config/src/main/resources/config/application.yml
+2
-0
No files found.
common/src/main/java/com/jumeirah/common/entity/StrokeDiscount.java
View file @
4b6762f2
...
...
@@ -57,6 +57,9 @@ public class StrokeDiscount extends BaseEntity {
@ApiModelProperty
(
"飞机型号ID"
)
private
Long
plainTypeId
;
@ApiModelProperty
(
"飞机型号名称"
)
private
String
plainTypeName
;
@NotNull
(
message
=
"出发时间不能为空"
)
@ApiModelProperty
(
"出发时间"
)
private
Timestamp
outsetTime
;
...
...
common/src/main/java/com/jumeirah/common/vo/StrokeDiscountQueryVo.java
View file @
4b6762f2
...
...
@@ -39,11 +39,14 @@ public class StrokeDiscountQueryVo implements Serializable {
private
String
cityArriveName
;
@ApiModelProperty
(
"座位数"
)
private
Integer
seat
Mun
;
private
Integer
seat
Num
;
@ApiModelProperty
(
"飞机型号ID"
)
private
Long
plainTypeId
;
@ApiModelProperty
(
"飞机型号名称"
)
private
String
plainTypeName
;
@ApiModelProperty
(
"出发时间"
)
private
Timestamp
outsetTime
;
...
...
common/src/main/resources/mapper/StrokeDiscountMapper.xml
View file @
4b6762f2
...
...
@@ -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,
...
...
@@ -36,7 +37,6 @@
from stroke_discount sd
INNER JOIN city_three_code ctco ON ctco.id = sd.city_outset_id
INNER JOIN city_three_code ctca ON ctca.id = sd.city_arrive_id
</select>
</mapper>
config/src/main/resources/config/application.yml
View file @
4b6762f2
...
...
@@ -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