add 新增 根据订单号查询订单分账信息接口

This commit is contained in:
Lemon
2025-04-23 14:57:01 +08:00
parent 2d3a2b265a
commit 76e9e19d3e
5 changed files with 85 additions and 0 deletions

View File

@@ -31,6 +31,16 @@ public class SplitRecordInfoVO {
*/
private String settleAmount;
/**
* 分账id
*/
private String paymentConfirmId;
/**
* 支付id
*/
private String paymentId;
/**
* 订单分账明细
*/