xiaoyong931011
2023-05-17 e9a3a76d2affb84ab9609cf3a4534bdfc87bfb04
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;
@@ -93,4 +96,7 @@
    @ApiModelProperty(value = "凭证数量")
    private BigDecimal voucherCnt;
    @ApiModelProperty(value = "内转标识 1:开启 2:关闭")
    private Integer insideWith;
}