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

Commit 461e0920 authored by 张国柄's avatar 张国柄

Merge remote-tracking branch 'origin/ajb_dev_xuper_transfer' into ajb_dev_xuper_transfer

parents 091bd640 81bad1f4
......@@ -35,6 +35,9 @@ public class GoblinNftOrderDetailsVo implements Serializable, Cloneable {
@ApiModelProperty(value = "款式id")
private String skuId;
@ApiModelProperty(value = "盲盒抽取的款式id 空为明盒 有值为盲盒")
private String boxSkuId;
@ApiModelProperty(value = "数量")
private Integer num;
......@@ -96,6 +99,7 @@ public class GoblinNftOrderDetailsVo implements Serializable, Cloneable {
this.setCreatedAt(source.getCreatedAt());
this.setMixId(source.getMixId());
this.setMixName(source.getMixName());
this.setBoxSkuId(source.getBoxSkuId());
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