| | |
| | | private BigDecimal lastMonthSettleMoney;// 上月已收货
|
| | | private BigDecimal notSettleMoney;// 待确认收货
|
| | |
|
| | | private BigDecimal monthUnRecievedMoney; // 本月未到账
|
| | | private BigDecimal totalUnRecievedMoney; // 全部未到账
|
| | |
|
| | | private MoneyPredictVO todayPredict;// 今日预估
|
| | | private MoneyPredictVO monthPredict;// 本月预估
|
| | | |
| | |
|
| | |
|
| | | public BigDecimal getBalanceMoney() {
|
| | | return balanceMoney;
|
| | |
| | | public void setLink(String link) {
|
| | | this.link = link;
|
| | | }
|
| | |
|
| | | 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;
|
| | | }
|
| | | |
| | | }
|