From d7b01cca243ea2a767adbb1418a52258b4f2d765 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 21 三月 2025 17:27:07 +0800
Subject: [PATCH] fix:状态更新

---
 LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs |   41 +++++++++++++++++++++++++++++++++++++++--
 1 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
index fd522ed..f6c1394 100644
--- a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
+++ b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
@@ -81,12 +81,12 @@
         public string ACOOLYOrderNo { get; set; }
 
         /// <summary>
-        /// 璁㈠崟鐘舵��
+        /// 骞冲彴璁㈠崟鐘舵��
         /// </summary>
         public LifePayOrderStatusEnum LifePayOrderStatus { get; set; }
 
         /// <summary>
-        /// 骞冲彴鐘舵��
+        /// 渚涘簲鍟嗙姸鎬�
         /// </summary>
         public ACOOLYStatusEnum? ACOOLYStatus { get; set; }
 
@@ -148,8 +148,45 @@
         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; }
+
+
+        /// <summary>
+        /// 骞冲彴鎶樻墸姣斾緥
+        /// </summary>
+        public decimal? PlatformRate { get; set; }
+
+        /// <summary>
+        /// 娓犻亾鎶樻墸
+        /// </summary>
+        public decimal? ChannleRate { get; set; }
+
+        /// <summary>
+        /// 娓犻亾浣i噾姣斾緥
+        /// </summary>
+        public decimal? ChannlesRakeRate { get; set; }
+
+        /// <summary>
+        /// 鎵嬬画璐规瘮渚�
+        /// </summary>
+        public decimal? PremiumRate { get; set; }
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1