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;