src/main/java/cc/mrbird/febs/mall/vo/MallMemberVo.java
@@ -87,4 +87,13 @@ @ApiModelProperty(value = "是否店长 1-是 2-否") private Integer storeMaster; @ApiModelProperty(value = "剩余保证金") private BigDecimal avaAmount; @ApiModelProperty(value = "会员星级编码") private Integer accountLevelCode; @ApiModelProperty(value = "冻结金额") private BigDecimal froBalance; }