From c2358ac35595137452bff93f644f2775234a87bf Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期二, 25 三月 2025 09:43:39 +0800 Subject: [PATCH] fix:用户订单列表显示发起退款时间 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index bce743f..428ccdc 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -595,6 +595,11 @@ public DateTime? RefundTime { get; set; } /// <summary> + /// 閫�娆剧敵璇锋椂闂� + /// </summary> + public DateTime? RefundApplyTime { get; set; } + + /// <summary> /// 閫�娆惧嚟璇� /// </summary> public string RefundCredentialsImgUrl { get; set; } -- Gitblit v1.9.1