From bda2679db0d10a0328a71ff4f55f000d26ef10dc Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 21 三月 2025 14:51:32 +0800
Subject: [PATCH] fix:bug修复

---
 LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
index fd522ed..580901f 100644
--- a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
+++ b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
@@ -148,8 +148,24 @@
         public decimal? ActualRechargeAmount { get; set; }
 
         /// <summary>
+        /// 瀹為檯鍒拌处閲戦
+        /// </summary>
+        public decimal? ActualReceivedAmount { get; set; }
+
+        /// <summary>
         /// 骞冲彴閫�娆剧姸鎬�
         /// </summary>
         public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; }
+
+        /// <summary>
+        /// 鍥炲崟鍦板潃
+        /// </summary>
+        public string? ElecBillUrl { get; set; }
+
+        /// <summary>
+        /// 閫�娆惧洖鍗曞湴鍧�
+        /// </summary>
+        public string? RefundElecBillUrl { get; set; }
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1