admin
2020-06-15 3e4ef41ffacd7f5fda2e81c3810cd11a6375b83c
fanli/src/main/java/com/yeshi/fanli/vo/money/MoneyStatisticVO.java
@@ -25,9 +25,13 @@
   private BigDecimal lastMonthSettleMoney;// 上月已收货
   private BigDecimal notSettleMoney;// 待确认收货
   private BigDecimal monthUnRecievedMoney; // 本月未到账
   private BigDecimal totalUnRecievedMoney; // 全部未到账
   
   private MoneyPredictVO  todayPredict;// 今日预估
   private MoneyPredictVO  monthPredict;// 本月预估
   public BigDecimal getBalanceMoney() {
      return balanceMoney;
@@ -156,4 +160,21 @@
   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;
   }
}