| | |
| | | private BigDecimal lastMonthRecievedMoney;// 上月到账
|
| | | private BigDecimal lastMonthExtractMoney;// 上月提现
|
| | | private BigDecimal latestThreeMonthRecievedMoney;// 近三月到账
|
| | | private BigDecimal totalExtractMoney;// 累计提现
|
| | | private BigDecimal totalRecievedMoney;// 累计到账
|
| | | private BigDecimal totalFanLiMoney;// 累计自购返利
|
| | | private BigDecimal totalShareMoney;// 累计分享奖金
|
| | | private BigDecimal totalInviteMoney;// 累计邀请奖金
|
| | | private BigDecimal monthUnRecievedMoney;// 本月未到账
|
| | |
| | | public void setTotalInviteMoney(BigDecimal totalInviteMoney) {
|
| | | this.totalInviteMoney = totalInviteMoney;
|
| | | }
|
| | |
|
| | | public BigDecimal getTotalFanLiMoney() {
|
| | | return totalFanLiMoney;
|
| | | }
|
| | |
|
| | | public void setTotalFanLiMoney(BigDecimal totalFanLiMoney) {
|
| | | this.totalFanLiMoney = totalFanLiMoney;
|
| | | }
|
| | |
|
| | | public BigDecimal getTotalExtractMoney() {
|
| | | return totalExtractMoney;
|
| | | }
|
| | |
|
| | | public void setTotalExtractMoney(BigDecimal totalExtractMoney) {
|
| | | this.totalExtractMoney = totalExtractMoney;
|
| | | }
|
| | | }
|