From 715971f988d2d096b32a699f10f5c9acdadcae1c Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 13:08:32 +0800 Subject: [PATCH] fix:bug修复 --- LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs index 3a90b90..954b7b0 100644 --- a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs +++ b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs @@ -131,8 +131,14 @@ public Guid? RefundCheckUserId { get; set; } public string? ChannelId { get; set; } + /// 瀹為檯鍏呭�奸噾棰� /// </summary> public decimal? ActualRechargeAmount { get; set; } + + /// <summary> + /// 骞冲彴閫�娆剧姸鎬� + /// </summary> + public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1