统计:trade_statistics 字段【order_wallet_pay_price】改为【wallet_pay_price】

This commit is contained in:
owen
2023-10-16 22:09:20 +08:00
parent cd4b4cd322
commit 6204ce6c1b
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ export interface TradeTrendSummaryRespVO {
orderPayPrice: number
rechargePrice: number
expensePrice: number
orderWalletPayPrice: number
walletPayPrice: number
brokerageSettlementPrice: number
afterSaleRefundPrice: number
}