mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
update 订单详情页新增退款状态字段
This commit is contained in:
@@ -118,6 +118,7 @@ public class OrderDetailInfoVO {
|
||||
public static class OrderRefundInfo{
|
||||
private String paymentId; // 支付交易对象id
|
||||
private String reverseId; // 支付撤销对象id
|
||||
private String status; // 退款状态
|
||||
private String reverseAmt; // 退款金额
|
||||
private String createdTime; // 退款创建时间
|
||||
private String succeedTime; // 退款成功时间
|
||||
|
||||
Reference in New Issue
Block a user