fix
wzy
2022-11-10 db1734ef2e2da94c027bcb9e31ad7a5d13c3c8f9
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;
}