src/main/java/cc/mrbird/febs/mall/vo/MallMemberVo.java
@@ -124,5 +124,11 @@ private BigDecimal withdrawAmount; @ApiModelProperty(value = "USDT价格") private BigDecimal usdtPrice; @ApiModelProperty(value = "卡牌互转标识 1-允许 0-拒绝") private Integer aroundType; @ApiModelProperty(value = "FDH互转标识 1-允许 0-拒绝") private Integer aroundCoinType; @ApiModelProperty(value = "FDH兑换标识 1-允许 0-拒绝") private Integer changeType; }