| | |
| | | private BigDecimal totalRecievedMoney;// 累计到账
|
| | | private BigDecimal totalShareMoney;// 累计分享奖金
|
| | | private BigDecimal totalInviteMoney;// 累计邀请奖金
|
| | | private BigDecimal monthUnRecievedMoney;// 本月未到账
|
| | | private BigDecimal totalUnRecievedMoney; // 全部未到账
|
| | |
|
| | | public BigDecimal getMonthUnRecievedMoney() {
|
| | | return monthUnRecievedMoney;
|
| | | }
|
| | |
|
| | | public void setMonthUnRecievedMoney(BigDecimal monthUnRecievedMoney) {
|
| | | this.monthUnRecievedMoney = monthUnRecievedMoney;
|
| | | }
|
| | |
|
| | | public BigDecimal getTotalUnRecievedMoney() {
|
| | | return totalUnRecievedMoney;
|
| | | }
|
| | |
|
| | | public void setTotalUnRecievedMoney(BigDecimal totalUnRecievedMoney) {
|
| | | this.totalUnRecievedMoney = totalUnRecievedMoney;
|
| | | }
|
| | |
|
| | | public BigDecimal getBalanceMoney() {
|
| | | return balanceMoney;
|