From bf83f6be388f97302c88f21cb340811abf3a596b Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期四, 20 三月 2025 13:29:20 +0800 Subject: [PATCH] fix:1分钱支付 --- 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 954b7b0..11f6a11 100644 --- a/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs +++ b/LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs @@ -132,6 +132,12 @@ public string? ChannelId { get; set; } + /// <summary> + /// 閫�娆鹃噾棰� + /// </summary> + public decimal? RefundPrice { get; set; } + + /// <summary> /// 瀹為檯鍏呭�奸噾棰� /// </summary> public decimal? ActualRechargeAmount { get; set; } -- Gitblit v1.9.1