xiaoyong931011
2023-08-01 8e6989a4472063a2edb5e63c16610ccf8450a562
src/main/java/cc/mrbird/febs/dapp/vo/DappMemberInfoVo.java
@@ -16,6 +16,9 @@
    @ApiModelProperty(value = "代理身份")
    private String accountType;
    @ApiModelProperty(value = "是否激活 1:已激活 2:未激活  已激活,有推广链接")
    private Integer activeStatus;
    @ApiModelProperty(value = "资产余额")
    private BigDecimal propertyAmount;
@@ -51,9 +54,6 @@
    @ApiModelProperty(value = "我的贡献值")
    private BigDecimal nftDevote;
    @ApiModelProperty(value = "是否激活 1:已激活 2:未激活  已激活,有推广链接")
    private Integer activeStatus;
    @ApiModelProperty(value = "是否是超级节点 1:是 2:否")
    private Integer nodeType;