Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
97bfac1d
Commit
97bfac1d
authored
Jun 06, 2019
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
d3402e71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
TourGoodBanner.java
...in/java/com/xxfc/platform/tour/entity/TourGoodBanner.java
+6
-1
TourTagBanner.java
...ain/java/com/xxfc/platform/tour/entity/TourTagBanner.java
+8
-2
No files found.
xx-tour/xx-tour-api/src/main/java/com/xxfc/platform/tour/entity/TourGoodBanner.java
View file @
97bfac1d
...
...
@@ -23,7 +23,12 @@ public class TourGoodBanner implements Serializable {
@Id
@GeneratedValue
(
generator
=
"JDBC"
)
@ApiModelProperty
(
"首页banner图主键"
)
private
Long
id
;
private
Integer
id
;
//商品id
@Column
(
name
=
"good_id"
)
@ApiModelProperty
(
"商品id"
)
private
Integer
goodId
;
//标题
@Column
(
name
=
"title"
)
...
...
xx-tour/xx-tour-api/src/main/java/com/xxfc/platform/tour/entity/TourTagBanner.java
View file @
97bfac1d
...
...
@@ -24,8 +24,14 @@ public class TourTagBanner implements Serializable {
@GeneratedValue
(
generator
=
"JDBC"
)
@ApiModelProperty
(
"首页banner图主键"
)
private
Long
id
;
//标题
//标签id
@Column
(
name
=
"tag_id"
)
@ApiModelProperty
(
value
=
"标签id"
)
private
Integer
tagId
;
//标题
@Column
(
name
=
"title"
)
@ApiModelProperty
(
value
=
"标题"
)
private
String
title
;
...
...
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