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
fbf6bae7
Commit
fbf6bae7
authored
Oct 26, 2020
by
周健威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户信息接口、日价格接口
parent
6ac0d95a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
BannerVo.java
...c/main/java/com/xxfc/platform/app/entity/vo/BannerVo.java
+12
-0
No files found.
xx-app/xx-app-api/src/main/java/com/xxfc/platform/app/entity/vo/BannerVo.java
View file @
fbf6bae7
...
@@ -2,6 +2,8 @@ package com.xxfc.platform.app.entity.vo;
...
@@ -2,6 +2,8 @@ package com.xxfc.platform.app.entity.vo;
import
lombok.Data
;
import
lombok.Data
;
import
javax.persistence.Column
;
/**
/**
* @author libin
* @author libin
* @version 1.0
* @version 1.0
...
@@ -32,4 +34,14 @@ public class BannerVo {
...
@@ -32,4 +34,14 @@ public class BannerVo {
* seo html标签优化
* seo html标签优化
*/
*/
private
String
alt
;
private
String
alt
;
/**
* 跳转类型 0--不跳转;1--商品详情页;2--店铺主页;
*/
private
Integer
jumpType
;
/**
* 跳转 商品/店铺 id;
*/
private
String
jumpId
;
}
}
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