mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
累计提现金额
This commit is contained in:
@@ -525,6 +525,9 @@ public class AdapayService {
|
||||
|
||||
// 昨日收入
|
||||
vo.setYesterdayRevenue(BigDecimal.ZERO);
|
||||
|
||||
// 累计提现金额
|
||||
vo.setTotalWithdraw(BigDecimal.ZERO);
|
||||
return vo;
|
||||
}
|
||||
|
||||
|
||||
@@ -33,4 +33,7 @@ public class AdapayAccountBalanceVO {
|
||||
|
||||
// 昨日收入
|
||||
private BigDecimal yesterdayRevenue;
|
||||
|
||||
// 累计提现金额
|
||||
private BigDecimal totalWithdraw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user