| | |
| | | @TableField("last_shop_time") |
| | | private LocalDateTime lastShopTime; |
| | | |
| | | @ApiModelProperty(value = "可提现金额") |
| | | @TableField("withdrawable_amount") |
| | | private BigDecimal withdrawal_amount; |
| | | |
| | | @ApiModelProperty(value = "已提现金额") |
| | | @TableField("withdrawn_amount") |
| | | private BigDecimal withdrawn_amount; |
| | | |
| | | @ApiModelProperty(value = "充值总金额") |
| | | @TableField("total_recharge_amount") |
| | | private BigDecimal total_recharge_amount; |
| | | |
| | | @ApiModelProperty(value = "红包总金额") |
| | | @TableField("total_red_packet_amount") |
| | | private BigDecimal total_red_packet_amount; |
| | | |
| | | @ApiModelProperty(value = "分销总金额") |
| | | @TableField("total_distribution_amount") |
| | | private BigDecimal total_distribution_amount; |
| | | |
| | | } |