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

Commit c236ceb5 authored by zhanggb's avatar zhanggb

+api:商品管理:商品详情+AR字段;

parent f19bc205
......@@ -147,9 +147,14 @@ public class GoblinGoodsSkuInfoVo implements Serializable, Cloneable {
@JsonFormat(shape=JsonFormat.Shape.STRING, pattern= DateUtil.DATE_FULL_STR)
private LocalDateTime deletedAt;
@ApiModelProperty(position = 40, value = "单品AR文件URL-iOS版")
private String arUrlIos;
@ApiModelProperty(position = 40, value = "单品AR文件URL-android版")
private String arUrlAndroid;
@ApiModelProperty(position = 40, value = "单品规格信息")
private List<GoblinGoodsSpecDto> skuSpecList;
@ApiModelProperty(position = 54, value = "单品音乐人标签[藏品类型时使用]")
@ApiModelProperty(position = 41, value = "单品音乐人标签[藏品类型时使用]")
private List<GoblinGoodsExtagVo> extagVoList;
/* -------------------------------- 只展示,不存储 -------------------------------- */
......
......@@ -87,6 +87,11 @@ public class GoblinNftGoodsSkuInfoVo implements Serializable, Cloneable {
@ApiModelProperty(position = 64, value = "前三预约头像")
private List<String> aboutAvatarList;
@ApiModelProperty(position = 65, value = "单品AR文件URL-iOS版")
private String arUrlIos;
@ApiModelProperty(position = 66, value = "单品AR文件URL-Android版")
private String arUrlAndroid;
private static final GoblinNftGoodsSkuInfoVo obj = new GoblinNftGoodsSkuInfoVo();
public static GoblinNftGoodsSkuInfoVo getNew() {
......@@ -127,6 +132,8 @@ public class GoblinNftGoodsSkuInfoVo implements Serializable, Cloneable {
this.setAboutPeople(anticipateValueVo.getAboutPeople());
this.setAboutAvatarList(anticipateValueVo.getAboutAvatarList());
}
this.setArUrlIos(source.getArUrlIos());
this.setArUrlAndroid(source.getArUrlAndroid());
return this;
}
}
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