From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- fanli/src/main/java/com/yeshi/fanli/vo/msg/UserHomeMsgVO.java | 134 ++++++++++++++++++++++---------------------- 1 files changed, 67 insertions(+), 67 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserHomeMsgVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserHomeMsgVO.java index aeceb5b..ce8429e 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserHomeMsgVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/msg/UserHomeMsgVO.java @@ -1,67 +1,67 @@ -package com.yeshi.fanli.vo.msg; - -import java.util.List; - -import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief; - -public class UserHomeMsgVO { - public final static String TYPE_WELCOME = "welcome"; - public final static String TYPE_GOODS_1 = "goods_1"; - public final static String TYPE_GOODS_2 = "goods_2"; - public final static String TYPE_GOODS_3 = "goods_3"; - - private String icon; - private String type; - private String title; - private String content; - private String createTime; - private List<TaoBaoGoodsBrief> goodsList; - - public String getType() { - return type; - } - - public void setType(String type) { - this.type = type; - } - - public String getTitle() { - return title; - } - - public void setTitle(String title) { - this.title = title; - } - - public String getContent() { - return content; - } - - public void setContent(String content) { - this.content = content; - } - - public String getCreateTime() { - return createTime; - } - - public void setCreateTime(String createTime) { - this.createTime = createTime; - } - - public List<TaoBaoGoodsBrief> getGoodsList() { - return goodsList; - } - - public void setGoodsList(List<TaoBaoGoodsBrief> goodsList) { - this.goodsList = goodsList; - } - - public String getIcon() { - return icon; - } - - public void setIcon(String icon) { - this.icon = icon; - } -} +package com.yeshi.fanli.vo.msg; + +import java.util.List; + +import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief; + +public class UserHomeMsgVO { + public final static String TYPE_WELCOME = "welcome"; + public final static String TYPE_GOODS_1 = "goods_1"; + public final static String TYPE_GOODS_2 = "goods_2"; + public final static String TYPE_GOODS_3 = "goods_3"; + + private String icon; + private String type; + private String title; + private String content; + private String createTime; + private List<TaoBaoGoodsBrief> goodsList; + + public String getType() { + return type; + } + + public void setType(String type) { + this.type = type; + } + + public String getTitle() { + return title; + } + + public void setTitle(String title) { + this.title = title; + } + + public String getContent() { + return content; + } + + public void setContent(String content) { + this.content = content; + } + + public String getCreateTime() { + return createTime; + } + + public void setCreateTime(String createTime) { + this.createTime = createTime; + } + + public List<TaoBaoGoodsBrief> getGoodsList() { + return goodsList; + } + + public void setGoodsList(List<TaoBaoGoodsBrief> goodsList) { + this.goodsList = goodsList; + } + + public String getIcon() { + return icon; + } + + public void setIcon(String icon) { + this.icon = icon; + } +} -- Gitblit v1.8.0