From c2ff291b6f7c747e171d2d2155282c310503d169 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 18:19:05 +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