| | |
| | | import cn.lili.group.Add; |
| | | import cn.lili.base.AbsForm; |
| | | import cn.lili.modules.lmk.domain.entity.Video; |
| | | import cn.lili.modules.lmk.domain.vo.VideoGoodsPublishVO; |
| | | import cn.lili.modules.lmk.domain.vo.VideoGoodsVO; |
| | | import org.hibernate.validator.constraints.Length; |
| | | import org.springframework.beans.BeanUtils; |
| | | |
| | |
| | | private List<WxVideoTagForm> tags = new ArrayList<>(2); |
| | | |
| | | // @NotBlank(message = "商品id不能为空", groups = {Add.class, Update.class}) |
| | | @ApiModelProperty("商品id") |
| | | private String goodsId; |
| | | @ApiModelProperty("商品列表") |
| | | private List<VideoGoodsPublishVO> goodsList; |
| | | |
| | | @ApiModelProperty("视频填充模式") |
| | | private String videoFit; |