From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期六, 18 一月 2020 12:06:27 +0800 Subject: [PATCH] 用户注册信息 --- fanli/src/main/java/com/yeshi/fanli/vo/goods/ShareInfoVO.java | 236 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 223 insertions(+), 13 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/vo/goods/ShareInfoVO.java b/fanli/src/main/java/com/yeshi/fanli/vo/goods/ShareInfoVO.java index 33fb1e4..dc38991 100644 --- a/fanli/src/main/java/com/yeshi/fanli/vo/goods/ShareInfoVO.java +++ b/fanli/src/main/java/com/yeshi/fanli/vo/goods/ShareInfoVO.java @@ -1,5 +1,8 @@ package com.yeshi.fanli.vo.goods; +import java.io.Serializable; +import java.util.List; + import com.google.gson.annotations.Expose; /** @@ -8,28 +11,235 @@ * @author Administrator * */ -public class ShareInfoVO { +public class ShareInfoVO implements Serializable { - // 鍒嗕韩閾炬帴 + /** + * + */ + private static final long serialVersionUID = 1L; + + // 鍒嗕韩id @Expose - private String url; - // 甯姪閾炬帴 + private String shareId; + + // 鍟嗗搧鍥剧墖 @Expose - private String helpLink; + private String pictUrl; - public String getUrl() { - return url; + // 浜岀淮鐮侀摼鎺ャ�佸垎浜摼鎺� + @Expose + private String clickUrl; + + // 娣樺彛浠� + @Expose + private String token; + + // 鍒嗕韩鏂囧瓧 + @Expose + private String shareText; + + // 鍒嗕韩鏂囧瓧-鏃犳爣棰� + @Expose + private String descText; + + // 鐗瑰埆鎻愰啋 + @Expose + private String notifyDesc; + + // 鎻愮ず鍥剧墖 + @Expose + private String notifyPicture; + + // 鍒嗕韩瑙勫垯閾炬帴锛堝府鍔╀腑蹇冿級 + @Expose + private String rule; + + // 鍒嗕韩閲戦 + @Expose + private String shareMoney; + + // 娣樼ぜ閲戠孩鍖� + @Expose + private String spreadMoney; + + // 娣樼ぜ閲慖D + @Expose + private String tljId; + + // 娣樼ぜ閲戜綑棰� + @Expose + private String surplusMoney; + + // 璇勮鍖烘枃妗� 2.0.2鏂板 + @Expose + private List<String> commentTexts; + + @Expose + private String wxErCode;// 寰俊浜岀淮鐮佸唴瀹� + + @Expose + private GoodsDetailVO goodsInfo; + + // 璇勮鏂囨湰 + @Expose + private String commentText; + // 璇勮鏂囨湰閫夋嫨椤� + @Expose + private List<ShareGoodsCommentChoiceInfo> commentTextChoiceList; + + // 鎺ㄨ崘璇� + @Expose + private String recommendText; + + public List<ShareGoodsCommentChoiceInfo> getCommentTextChoiceList() { + return commentTextChoiceList; } - public void setUrl(String url) { - this.url = url; + public void setCommentTextChoiceList(List<ShareGoodsCommentChoiceInfo> commentTextChoiceList) { + this.commentTextChoiceList = commentTextChoiceList; } - public String getHelpLink() { - return helpLink; + public String getCommentText() { + return commentText; } - public void setHelpLink(String helpLink) { - this.helpLink = helpLink; + public void setCommentText(String commentText) { + this.commentText = commentText; + } + + public String getRecommendText() { + return recommendText; + } + + public void setRecommendText(String recommendText) { + this.recommendText = recommendText; + } + + public GoodsDetailVO getGoodsInfo() { + return goodsInfo; + } + + public void setGoodsInfo(GoodsDetailVO goodsInfo) { + this.goodsInfo = goodsInfo; + } + + public List<String> getCommentTexts() { + return commentTexts; + } + + public void setCommentTexts(List<String> commentTexts) { + this.commentTexts = commentTexts; + } + + public String getWxErCode() { + return wxErCode; + } + + public void setWxErCode(String wxErCode) { + this.wxErCode = wxErCode; + } + + public String getShareId() { + return shareId; + } + + public void setShareId(String shareId) { + this.shareId = shareId; + } + + public String getPictUrl() { + return pictUrl; + } + + public void setPictUrl(String pictUrl) { + this.pictUrl = pictUrl; + } + + public String getClickUrl() { + return clickUrl; + } + + public void setClickUrl(String clickUrl) { + this.clickUrl = clickUrl; + } + + public String getToken() { + return token; + } + + public void setToken(String token) { + this.token = token; + } + + public String getShareText() { + return shareText; + } + + public void setShareText(String shareText) { + this.shareText = shareText; + } + + public String getNotifyDesc() { + return notifyDesc; + } + + public void setNotifyDesc(String notifyDesc) { + this.notifyDesc = notifyDesc; + } + + public String getNotifyPicture() { + return notifyPicture; + } + + public void setNotifyPicture(String notifyPicture) { + this.notifyPicture = notifyPicture; + } + + public String getRule() { + return rule; + } + + public void setRule(String rule) { + this.rule = rule; + } + + public String getShareMoney() { + return shareMoney; + } + + public void setShareMoney(String shareMoney) { + this.shareMoney = shareMoney; + } + + public String getTljId() { + return tljId; + } + + public void setTljId(String tljId) { + this.tljId = tljId; + } + + public String getSurplusMoney() { + return surplusMoney; + } + + public void setSurplusMoney(String surplusMoney) { + this.surplusMoney = surplusMoney; + } + + public String getDescText() { + return descText; + } + + public void setDescText(String descText) { + this.descText = descText; + } + + public String getSpreadMoney() { + return spreadMoney; + } + + public void setSpreadMoney(String spreadMoney) { + this.spreadMoney = spreadMoney; } } -- Gitblit v1.8.0