Helius
2022-08-11 3154a08c8f114291b59ee44074d6af95026eba32
src/main/java/cc/mrbird/febs/dapp/entity/DappMemberEntity.java
@@ -62,4 +62,19 @@
    private String accountType;
    private BigDecimal usdtBalance;
    /**
     * 激活状态 1-已激活 2-未激活
     */
    private Integer activeStatus;
    /**
     * 滑点分享链
     */
    private String feeProfitIds;
    /**
     * 1-是 2-否
     */
    private Integer makerType;
}