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

Commit 203d378b authored by 胡佳晨's avatar 胡佳晨

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

parent 62ffaa5e
......@@ -27,7 +27,7 @@ public class GoblinMixAppDetailsVo implements Serializable, Cloneable {
private String intro;
@ApiModelProperty(position = 10, value = "封面图片地址")
private String coverPic;
@ApiModelProperty(position = 11, value = "展示类型为1[详情图片地址]展示类型为2[商品视频地址/数字昌平视频地址]")
@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 = "展示类型为1[详情图片地址]展示类型为2[商品视频地址/数字昌平视频地址]")
@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 = "展示类型为1[详情图片地址]展示类型为2[商品视频地址/数字昌平视频地址]")
@ApiModelProperty(position = 11, value = "展示类型为1[详情图片地址]展示类型为2[商品视频地址/数字藏品视频地址]")
private String video;
@ApiModelProperty(position = 12, value = "商品详情/藏品详情")
private String details;
......
......@@ -83,7 +83,7 @@ public class GoblinMix implements Serializable {
private String coverPic;
/**
* 商品视频地址/数字昌平视频地址
* 展示类型为1[详情图片地址]展示类型为2[商品视频地址/数字藏品视频地址]
*/
private String video;
......
......@@ -17,7 +17,7 @@ CREATE TABLE `goblin_mix`
`intro` varchar(512) DEFAULT NULL COMMENT '商品简介/购买须知',
`watch_type` char(1) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '展示文件类型[1-图片|2-视频|3-模型]',
`cover_pic` varchar(256) DEFAULT NULL COMMENT '封面图片地址',
`video` varchar(256) DEFAULT NULL COMMENT '商品视频地址/数字昌平视频地址',
`video` varchar(256) DEFAULT NULL COMMENT '展示类型为1[详情图片地址]展示类型为2[商品视频地址/数字藏品视频地址]',
`detail_url` varchar(256) DEFAULT NULL COMMENT '数字藏品图片地址',
`details` text COMMENT '商品详情/藏品详情',
......
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