From 8d84ca36593e33de7e0b604824c471db3587fdb4 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期五, 17 一月 2020 16:53:46 +0800 Subject: [PATCH] Merge branch 'div' of ssh://193.112.35.168:29418/fanli-server into div --- fanli/src/main/java/com/yeshi/fanli/vo/goods/ShareInfoVO.java | 37 ++++++++++++++++++++++++++++++++++++- 1 files changed, 36 insertions(+), 1 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 a6f3a58..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 @@ -76,10 +76,45 @@ @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; } -- Gitblit v1.8.0