fix
Helius
2022-11-16 0c97e2b47a10592e382bddbe80b9662c6dfaa5fc
src/main/java/cc/mrbird/febs/dapp/vo/MemberInfoVo.java
@@ -34,6 +34,9 @@
    @ApiModelProperty(value = "冻结金额")
    private BigDecimal frozenAmount;
    @ApiModelProperty(value = "盈利")
    private BigDecimal totalProfit;
    @ApiModelProperty(value = "是否设置了资金密码 1:是2:否")
    private Integer isSetTransferCode;