src/main/java/cc/mrbird/febs/mall/vo/MallMemberVo.java @@ -95,4 +95,7 @@ @ApiModelProperty(value = "解冻收费FCM") private BigDecimal unfrozenCnt;//FCM提现收续费 @ApiModelProperty(value = "是否冻结 1:是 0 :否") private Integer isFrozen; }