update 处理未分账订单

This commit is contained in:
Guoqs
2025-11-19 11:55:05 +08:00
parent 80498404da
commit d1c8827b4f
6 changed files with 191 additions and 14 deletions

View File

@@ -7,6 +7,9 @@ public class AdapayUnsplitRecordVO {
// 订单号
private String orderCode;
// 支付ID
private String paymentId;
// 支付金额
private String payAmount;
@@ -23,7 +26,7 @@ public class AdapayUnsplitRecordVO {
private String refundAmount;
// 已退款金额
private String paidAmount;
private String paidAmount;
// 待退款金额
private String refundPayAmount;