Commit fbf6bae7 authored by 周健威's avatar 周健威

用户信息接口、日价格接口

parent 6ac0d95a
...@@ -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;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment