peng
7 天以前 745af316b6f14cc97f6cb64d56eda4cb68960c3e
framework/src/main/java/cn/lili/modules/lmk/domain/vo/WxVideoVO.java
@@ -42,6 +42,24 @@
    private String videoFileKey;
    private String videoUrl;
    /**
     * @see cn.lili.modules.lmk.enums.general.VideoContentTypeEnum
     */
    @ApiModelProperty("视频内容类型:视频、图片")
    private String videoContentType;
    /**
     * @see cn.lili.modules.lmk.enums.general.VideoTypeEnum
     */
    @ApiModelProperty("视频类型:视频、大健康、神厨")
    private String videoType;
    @ApiModelProperty("图集-json数组")
    private String videoImgs;
    @ApiModelProperty("图集")
    private List<String> imgs;
    @ApiModelProperty("视频标签")
    private List<SimpleVideoTagVO> tagList;
@@ -55,7 +73,7 @@
    /** 商品信息 */
    @ApiModelProperty("商品信息")
    private VideoGoodsVO goods;
    private List<VideoGoodsDetailVO> goodsList;
    @ApiModelProperty("当前用户是否收藏了该视频")
    private Boolean collected = Boolean.FALSE;