From 72845b9ade14bae50bc99a739d8ca5459b491c45 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 25 三月 2025 09:34:48 +0800
Subject: [PATCH] fix:开启1分钱支付

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

diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
index 42dcbb0..bce743f 100644
--- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
+++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs
@@ -461,6 +461,9 @@
     public string? RefundOrderNo { get; set; }
 
 
+    [Name("閫�娆剧敵璇�")]
+    public string? RefundApplyRemark { get; set; }
+
     [Name("鍏呭�奸噾棰�")]
     public string? RechargeAmountStr { get; set; }
 

--
Gitblit v1.9.1