From 67c77f970453ff4d62912060daaf99d2dfc5ed81 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 26 三月 2025 10:16:32 +0800
Subject: [PATCH] fix: bug

---
 LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs b/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs
index cd0fbd3..d8f195a 100644
--- a/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs
+++ b/LifePayment/LifePayment.Domain.Shared/Ali/GetPayQrCodeInput.cs
@@ -25,4 +25,14 @@
         /// </summary>
         public string OutTradeNo { get; set; }
     }
+
+    public class AlipayTradeRefundRequest
+    {
+        /// <summary>
+        /// 浜ゆ槗鍒涘缓鏃朵紶鍏ョ殑鍟嗘埛璁㈠崟鍙�
+        /// </summary>
+        public string OutTradeNo { get; set; }
+
+        public string RefundAmount { get; set; }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1