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

Commit 81bad1f4 authored by jiangxiulong's avatar jiangxiulong

增加BoxSkuId

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