From 9f166acc5467f0c8ae6bdf2b5b5addac34333ba4 Mon Sep 17 00:00:00 2001
From: lingling <kety1122@163.com>
Date: 星期五, 21 三月 2025 16:18:31 +0800
Subject: [PATCH] 添加worker

---
 LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
index e82126f..580901f 100644
--- a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
+++ b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
@@ -161,5 +161,11 @@
         /// 鍥炲崟鍦板潃
         /// </summary>
         public string? ElecBillUrl { get; set; }
+
+        /// <summary>
+        /// 閫�娆惧洖鍗曞湴鍧�
+        /// </summary>
+        public string? RefundElecBillUrl { get; set; }
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1