| | |
| | | private String content; |
| | | // 标签 |
| | | @Expose |
| | | private List<ClientTextStyleVO> tagList = new ArrayList<>() ; |
| | | private List<ClientTextStyleVO> tagList = new ArrayList<ClientTextStyleVO>() ; |
| | | // 标签说明 |
| | | @Expose |
| | | private String tagDesc; |
| | |
| | | |
| | | @Expose |
| | | @Field("imgList") |
| | | private List<ImgInfo> imgList = new ArrayList<>(); // 图片信息 |
| | | private List<ImgInfo> imgList = new ArrayList<ImgInfo>(); // 图片信息 |
| | | |
| | | |
| | | @Field("shareNumReal") |
| | |
| | | |
| | | @Expose |
| | | @Field("comments") |
| | | private List<CommentInfo> comments = new ArrayList<>(); // 评论信息 |
| | | private List<CommentInfo> comments = new ArrayList<CommentInfo>(); // 评论信息 |
| | | |
| | | @Expose |
| | | @Field("publishTime") |
| | |
| | | } |
| | | commentInfo.setContent(content); |
| | | commentInfo.setType(CommentInfoEnum.goodsCoupon); |
| | | comments.add(currencyCoupon); |
| | | comments.add(commentInfo); |
| | | } |
| | | |
| | | if (currencyCoupon != null) { |