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; }