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
88a2e828
Commit
88a2e828
authored
Dec 13, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master-bug-vehiclemodel-hf' into dev
parents
a70ddc62
c9e018b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
HomeActivities.java
...ava/com/xxfc/platform/activity/entity/HomeActivities.java
+14
-3
No files found.
xx-activity/xx-activity-api/src/main/java/com/xxfc/platform/activity/entity/HomeActivities.java
View file @
88a2e828
...
@@ -88,10 +88,23 @@ public class HomeActivities implements Serializable {
...
@@ -88,10 +88,23 @@ public class HomeActivities implements Serializable {
* 活动页面链接
* 活动页面链接
*/
*/
@Column
(
name
=
"url"
)
@Column
(
name
=
"url"
)
@ApiModelProperty
(
value
=
"
活动页面
链接"
)
@ApiModelProperty
(
value
=
"
安卓
链接"
)
private
String
url
;
private
String
url
;
/**
* 活动页面链接
*/
@Column
(
name
=
"ios_url"
)
@ApiModelProperty
(
value
=
"小程序链接"
)
private
String
iosUrl
;
/**
* 活动页面链接
*/
@Column
(
name
=
"p_url"
)
@ApiModelProperty
(
value
=
"苹果面链接"
)
private
String
pUrl
;
/**
/**
* 是否删除:0-否,1-是
* 是否删除:0-否,1-是
...
@@ -105,6 +118,4 @@ public class HomeActivities implements Serializable {
...
@@ -105,6 +118,4 @@ public class HomeActivities implements Serializable {
*/
*/
@Column
(
name
=
"time_type"
)
@Column
(
name
=
"time_type"
)
private
Integer
timeType
;
private
Integer
timeType
;
}
}
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