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

Commit e594e802 authored by jiangxiulong's avatar jiangxiulong

是否开启兑换

parent 048f251a
......@@ -91,6 +91,9 @@ public class GoblinNftGoodsSkuInfoVo implements Serializable, Cloneable {
@ApiModelProperty("设置预约人数")
private Integer peopleType;
@ApiModelProperty(position = 65, value = "是否开启兑换 1未开启 2已开启")
private int isExchange;
private static final GoblinNftGoodsSkuInfoVo obj = new GoblinNftGoodsSkuInfoVo();
public static GoblinNftGoodsSkuInfoVo getNew() {
......
......@@ -128,6 +128,9 @@ public class GoblinNftGoodsAppServiceImpl implements IGoblinNftGoodsAppService {
}
// 系统时间
nftGoodsSkuInfoVo.setSystime(LocalDateTime.now());
// 是否开启兑换
// TODO: jxl 2022/4/26
nftGoodsSkuInfoVo.setIsExchange(2);
return nftGoodsSkuInfoVo;
} else {
return null;
......
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