| | |
| | |
|
| | | @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;
|
| | | }
|