xiaoyong931011
2022-11-08 a64d6284082665f9a27add91edc0f7dc7e31afb7
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;
}