update 订单详情页新增退款状态字段

This commit is contained in:
Lemon
2024-06-18 15:45:28 +08:00
parent ebe0efc1b9
commit e4ec70c869
2 changed files with 10 additions and 2 deletions

View File

@@ -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; // 退款成功时间