xiaoyong931011
2023-06-20 10763f6eb4717bf2810c2c3b73631d2a3728b3c7
src/main/java/cc/mrbird/febs/dapp/vo/DappMemberInfoVo.java
@@ -55,4 +55,10 @@
    @ApiModelProperty(value = "是否激活 1:已激活 2:未激活  已激活,有推广链接")
    private Integer activeStatus;
    @ApiModelProperty(value = "是否是超级节点 1:是 2:否")
    private Integer nodeType;
    @ApiModelProperty(value = "今日涨幅")
    private BigDecimal todayIncrease;
}