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

Commit b751e78e authored by 胡佳晨's avatar 胡佳晨

提交 nft列表 创建时间

parent a422fbc9
......@@ -34,6 +34,9 @@ public class GoblinNftGoodsSkuListVo implements Serializable, Cloneable {
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = DateUtil.DATE_FULL_STR)
@ApiModelProperty(position = 27, value = "开售时间")
private LocalDateTime saleStartTime;
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = DateUtil.DATE_FULL_STR)
@ApiModelProperty(position = 28, value = "创建时间")
private LocalDateTime createdAt;
@ApiModelProperty(position = 55, value = "spu相关信息")
......@@ -79,6 +82,7 @@ public class GoblinNftGoodsSkuListVo implements Serializable, Cloneable {
this.setSaleStartTime(source.getSaleStartTime());
this.setSoldoutStatus(source.getSoldoutStatus());
this.setUnbox(source.getUnbox());
this.setCreatedAt(source.getCreatedAt());
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