xiaoyong931011
2023-08-15 db0b2a21c9fd702c2c1d4cb87b2fc6a33ad8aa30
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;
}