xiaoyong931011
2023-04-08 aa5f5c17a3c92461d63025606ae3ea3fe281d5ea
src/main/java/cc/mrbird/febs/mall/vo/MallMemberVo.java
@@ -84,4 +84,16 @@
    @ApiModelProperty(value = "是否店长 1-是 2-否")
    private Integer storeMaster;
    @ApiModelProperty(value = "补贴额度")
    private BigDecimal totalScore;
    @ApiModelProperty(value = "贡献点")
    private Integer star;
    @ApiModelProperty(value = "凭证数量")
    private BigDecimal voucherCnt;
    @ApiModelProperty(value = "内转标识 1:开启 2:关闭")
    private Integer insideWith;
}