From f677ae3dff51661e4cc0607b9863b859dbccd204 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 18:04:07 +0800 Subject: [PATCH] fix:退款申请时间 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index 38e0732..563d90e 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -701,9 +701,19 @@ /// </summary> public string RefundCredentialsImgUrl { get; set; } - + /// <summary> + /// 閫�娆剧敵璇峰師鍥� + /// </summary> public string RefundApplyRemark { get; set; } + /// <summary> + /// 閫�娆剧敵璇锋椂闂� + /// </summary> + public DateTime? RefundApplyTime { get; set; } + + /// <summary> + /// 閫�娆鹃┏鍥炲師鍥� + /// </summary> public string RefundCheckRemark { get; set; } /// <summary> @@ -753,6 +763,7 @@ /// </summary> public string RefundApplyRemark { get; set; } + /// <summary> /// 鍚庡彴濉啓鐨勯┏鍥炲師鍥� /// </summary> -- Gitblit v1.9.1