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.Application.Contracts/LifePay/LifePayOutput.cs |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 845117b..8670fc7 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -252,15 +252,19 @@
     public string RefundCheckRemark { get; set; }
 
     /// <summary>
-    /// 骞冲彴璁㈠崟鍙�
+    /// 渚涘簲鍟嗚鍗曞彿
     /// </summary>
     public string ACOOLYOrderNo { get; set; }
 
     /// <summary>
-    /// 渚涘簲鍟�
+    /// 渚涘簲鍟嗚鍗曠姸鎬�
     /// </summary>
     public ACOOLYStatusEnum? ACOOLYStatus { get; set; }
 
+    /// <summary>
+    /// 骞冲彴閫�娆剧姸鎬�
+    /// </summary>
+    public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; }
 }
 
 public class LifePayOrderListTemplate

--
Gitblit v1.9.1