zhengyuxuan
2025-03-20 49e9beea54b7ada9ab5d09e6f9cd93a489d87e23
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; }