| | |
| | | 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;// 微信二维码内容
|
| | |
|
| | | 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;
|
| | | }
|