update 财务中心 计算金额

This commit is contained in:
Guoqs
2025-07-14 15:33:46 +08:00
parent dee1acc729
commit 174b70cb46
3 changed files with 27 additions and 9 deletions

View File

@@ -38,9 +38,15 @@ public class OrderSplitDailySummaryData {
/**
* 本运营商分账金额
* 此金额包含手续费金额
*/
private BigDecimal merchantSplitAmount;
/**
* 本运营商手续费金额
*/
private BigDecimal merchantFeeAmount;
/**
* 他人分账金额(被分走的金额)
*/