KKSU
2024-05-13 f18f343009b97b7802635ff2d3a84cc4f89cdb41
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;
}