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
a323a974
Commit
a323a974
authored
Oct 14, 2020
by
lpx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 优惠调机
parent
61296735
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
common/src/main/java/com/jumeirah/common/entity/StrokeDiscount.java
+3
-0
common/src/main/java/com/jumeirah/common/vo/StrokeDiscountQueryVo.java
+3
-0
common/src/main/resources/mapper/StrokeDiscountMapper.xml
+0
-1
No files found.
common/src/main/java/com/jumeirah/common/entity/StrokeDiscount.java
View file @
a323a974
...
@@ -57,6 +57,9 @@ public class StrokeDiscount extends BaseEntity {
...
@@ -57,6 +57,9 @@ public class StrokeDiscount extends BaseEntity {
@ApiModelProperty
(
"飞机型号ID"
)
@ApiModelProperty
(
"飞机型号ID"
)
private
Long
plainTypeId
;
private
Long
plainTypeId
;
@ApiModelProperty
(
"飞机型号名称"
)
private
String
plainTypeName
;
@NotNull
(
message
=
"出发时间不能为空"
)
@NotNull
(
message
=
"出发时间不能为空"
)
@ApiModelProperty
(
"出发时间"
)
@ApiModelProperty
(
"出发时间"
)
private
Timestamp
outsetTime
;
private
Timestamp
outsetTime
;
...
...
common/src/main/java/com/jumeirah/common/vo/StrokeDiscountQueryVo.java
View file @
a323a974
...
@@ -44,6 +44,9 @@ public class StrokeDiscountQueryVo implements Serializable {
...
@@ -44,6 +44,9 @@ public class StrokeDiscountQueryVo implements Serializable {
@ApiModelProperty
(
"飞机型号ID"
)
@ApiModelProperty
(
"飞机型号ID"
)
private
Long
plainTypeId
;
private
Long
plainTypeId
;
@ApiModelProperty
(
"飞机型号名称"
)
private
String
plainTypeName
;
@ApiModelProperty
(
"出发时间"
)
@ApiModelProperty
(
"出发时间"
)
private
Timestamp
outsetTime
;
private
Timestamp
outsetTime
;
...
...
common/src/main/resources/mapper/StrokeDiscountMapper.xml
View file @
a323a974
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
from stroke_discount sd
from stroke_discount sd
INNER JOIN city_three_code ctco ON ctco.id = sd.city_outset_id
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
INNER JOIN city_three_code ctca ON ctca.id = sd.city_arrive_id
</select>
</select>
</mapper>
</mapper>
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