| | |
| | | @ApiModelProperty(value = "分销总金额") |
| | | @TableField("total_distribution_amount") |
| | | private BigDecimal totalDistributionAmount; |
| | | |
| | | /* |
| | | @ApiModelProperty(value = "冻结分佣金额") |
| | | @TableField("freeze_commission_amount") |
| | | private BigDecimal freezeCommissionAmount; |
| | | |
| | | private BigDecimal freezeCommissionAmount;*/ |
| | | /* |
| | | @ApiModelProperty(value = "冻结分佣积分") |
| | | @TableField("freeze_commission_point") |
| | | private Integer freezeCommissionPoint; |
| | | private Integer freezeCommissionPoint;*/ |
| | | |
| | | @ApiModelProperty(value = "拉新人积分总数") |
| | | @TableField("total_invite_point") |