财务中心-获取他人分账金额

This commit is contained in:
Guoqs
2025-01-22 15:34:50 +08:00
parent 031f9cd98f
commit 772045c89c
2 changed files with 13 additions and 4 deletions

View File

@@ -38,4 +38,8 @@ public class OrderReportDetail {
// 白名单支付次数
private BigDecimal whitelistPaymentsNum;
// 他人分账金额
private BigDecimal otherSplitAmount;
}