From 8b923699a5ff894ca839b4b5ce79979d5dd20459 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 21 三月 2025 13:26:18 +0800
Subject: [PATCH] fix:bug修复

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 38e0732..809c19b 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>
@@ -615,6 +621,11 @@
     /// 骞冲彴鍒╂鼎
     /// </summary>
     public decimal? Profit { get; set; }
+
+    /// <summary>
+    /// 鍥炲崟鍦板潃
+    /// </summary>
+    public string? ElecBillUrl { get; set; }
 }
 public class LifePayRefundOrderOutput
 {
@@ -701,9 +712,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 +751,12 @@
     /// 閫�娆鹃噾棰�
     /// </summary>
     public decimal? RefundPrice { get; set; }
+
+
+    /// <summary>
+    /// 鍥炲崟鍦板潃
+    /// </summary>
+    public string? ElecBillUrl { get; set; }
 }
 public class CreateLifePayOrderOutput
 {
@@ -753,6 +780,7 @@
     /// </summary>
     public string RefundApplyRemark { get; set; }
 
+
     /// <summary>
     /// 鍚庡彴濉啓鐨勯┏鍥炲師鍥�
     /// </summary>

--
Gitblit v1.9.1