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

Commit 8994792a authored by wanglele's avatar wanglele

兑换码相关

parent 7a007ccf
......@@ -83,10 +83,22 @@ public class GoblinNftExCodeVo implements Serializable, Cloneable {
private LocalDateTime updatedAt;
/**
* 类型 默认无参 1:明盒、盲盒 2:空投盲盒/空投明盒
* 兑换限购
*/
private Integer isDrivi;
private String sktName;
private Integer exLimit;
/**
* 兑换生效开始时间
*/
private LocalDateTime exStartTime;
/**
* 兑换生效结束时间
*/
private LocalDateTime exStopTime;
private static final GoblinNftExCodeVo obj = new GoblinNftExCodeVo();
......
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