From f7b25f51b37f227120690dafb890e5669e632372 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 21 三月 2025 14:23:46 +0800 Subject: [PATCH] 实际到账金额 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index 809c19b..a5476ae 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -577,6 +577,11 @@ public decimal? ActualRechargeAmount { get; set; } /// <summary> + /// 瀹為檯鍒拌处閲戦 + /// </summary> + public decimal? ActualReceivedAmount { get; set; } + + /// <summary> /// 閫�娆鹃噾棰� /// </summary> public decimal? RefundPrice { get; set; } -- Gitblit v1.9.1