From f7b25f51b37f227120690dafb890e5669e632372 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 21 三月 2025 14:23:46 +0800
Subject: [PATCH] 实际到账金额

---
 LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs |   35 ++++++++++++++++++++++++++++++++++-
 1 files changed, 34 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 38e0732..a5476ae 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -246,6 +246,12 @@
     /// </summary>
     public string RefundApplyRemark { get; set; }
 
+
+    /// <summary>
+    /// 閫�娆剧敵璇锋椂闂�
+    /// </summary>
+    public DateTime? RefundApplyTime { get; set; }
+
     /// <summary>
     /// 椹冲洖鍘熷洜
     /// </summary>
@@ -571,6 +577,11 @@
     public decimal? ActualRechargeAmount { get; set; }
 
     /// <summary>
+    /// 瀹為檯鍒拌处閲戦
+    /// </summary>
+    public decimal? ActualReceivedAmount { get; set; }
+
+    /// <summary>
     /// 閫�娆鹃噾棰�
     /// </summary>
     public decimal? RefundPrice { get; set; }
@@ -615,6 +626,11 @@
     /// 骞冲彴鍒╂鼎
     /// </summary>
     public decimal? Profit { get; set; }
+
+    /// <summary>
+    /// 鍥炲崟鍦板潃
+    /// </summary>
+    public string? ElecBillUrl { get; set; }
 }
 public class LifePayRefundOrderOutput
 {
@@ -701,9 +717,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>
@@ -730,6 +756,12 @@
     /// 閫�娆鹃噾棰�
     /// </summary>
     public decimal? RefundPrice { get; set; }
+
+
+    /// <summary>
+    /// 鍥炲崟鍦板潃
+    /// </summary>
+    public string? ElecBillUrl { get; set; }
 }
 public class CreateLifePayOrderOutput
 {
@@ -753,6 +785,7 @@
     /// </summary>
     public string RefundApplyRemark { get; set; }
 
+
     /// <summary>
     /// 鍚庡彴濉啓鐨勯┏鍥炲師鍥�
     /// </summary>

--
Gitblit v1.9.1