src/main/java/cc/mrbird/febs/mall/vo/MallMemberVo.java
@@ -15,6 +15,9 @@ @ApiModelProperty(value = "id") private Long id; @ApiModelProperty(value = "登录账号") private String accountLogin; @ApiModelProperty(value = "昵称") private String name; @@ -84,4 +87,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; }