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.Domain/LifePay/LifePayOrder.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs index fd522ed..cc5fb14 100644 --- a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs +++ b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs @@ -151,5 +151,10 @@ /// 骞冲彴閫�娆剧姸鎬� /// </summary> public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; } + + /// <summary> + /// 鍥炲崟鍦板潃 + /// </summary> + public string? ElecBillUrl { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1