记得上下班打卡 | git大法好,push需谨慎

Commit 62ffaa5e authored by 胡佳晨's avatar 胡佳晨

修改 混合售 video 文案 为 展示类型为1[详情图片地址]展示类型为2[商品视频地址/数字昌平视频地址]

parent 7a153c9f
......@@ -27,7 +27,7 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
private String intro;
@ApiModelProperty(position = 10, value = "封面图片地址")
private String coverPic;
@ApiModelProperty(position = 11, value = "商品视频地址/数字昌平视频地址")
@ApiModelProperty(position = 11, value = "展示类型为1[详情图片地址]展示类型为2[商品视频地址/数字昌平视频地址]")
private String video;
@ApiModelProperty(position = 12, value = "商品详情/藏品详情")
private String details;
......
......@@ -34,7 +34,7 @@ public class GoblinMixDetailsVo implements Serializable, Cloneable {
private String intro;
@ApiModelProperty(position = 10, value = "封面图片地址")
private String coverPic;
@ApiModelProperty(position = 11, value = "商品视频地址/数字昌平视频地址")
@ApiModelProperty(position = 11, value = "展示类型为1[详情图片地址]展示类型为2[商品视频地址/数字昌平视频地址]")
private String video;
@ApiModelProperty(position = 12, value = "商品详情/藏品详情")
private String details;
......
......@@ -25,7 +25,7 @@ public class GoblinMixDetailsParam implements Serializable, Cloneable {
private String intro;
@ApiModelProperty(position = 10, value = "封面图片地址")
private String coverPic;
@ApiModelProperty(position = 11, value = "商品视频地址/数字昌平视频地址")
@ApiModelProperty(position = 11, value = "展示类型为1[详情图片地址]展示类型为2[商品视频地址/数字昌平视频地址]")
private String video;
@ApiModelProperty(position = 12, value = "商品详情/藏品详情")
private String details;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment