xiaoyong931011
2023-08-19 911a23e33dc9e5252f9d31a88c0b2ab350e2e358
src/main/java/cc/mrbird/febs/dapp/entity/DappNftActivation.java
@@ -17,13 +17,18 @@
    private Long memberId;
    private Integer tokenId;
    private Integer count;
    private String hash;
    private Date openTime;
    /**
     * 状态 1-待激活 2-已过期 3-已激活
     */
    private Integer status;
    private Long flowId;
    private Date expireTime;
}