| | |
| | | package com.yeshi.fanli.vo.goods;
|
| | |
|
| | | import java.io.Serializable;
|
| | | import java.util.List;
|
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | |
|
| | |
| | | // 分享文字
|
| | | @Expose
|
| | | private String shareText;
|
| | | |
| | |
|
| | | // 分享文字-无标题
|
| | | @Expose
|
| | | private String descText;
|
| | |
| | | // 分享金额
|
| | | @Expose
|
| | | private String shareMoney;
|
| | | |
| | |
|
| | | // 淘礼金红包
|
| | | @Expose
|
| | | private String spreadMoney;
|
| | | |
| | |
|
| | | // 淘礼金ID
|
| | | @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 setCommentTextChoiceList(List<ShareGoodsCommentChoiceInfo> commentTextChoiceList) {
|
| | | this.commentTextChoiceList = commentTextChoiceList;
|
| | | }
|
| | |
|
| | | public String getCommentText() {
|
| | | return commentText;
|
| | | }
|
| | |
|
| | | 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;
|
| | | }
|