mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 10:30:12 +08:00
update 处理未分账订单
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user