zhengyuxuan
2025-03-20 bf83f6be388f97302c88f21cb340811abf3a596b
LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
@@ -131,8 +131,20 @@
        public Guid? RefundCheckUserId { get; set; }
        public string? ChannelId { get; set; }
        /// <summary>
        /// 退款金额
        /// </summary>
        public decimal? RefundPrice { get; set; }
        /// <summary>
        /// 实际充值金额
        /// </summary>
        public decimal? ActualRechargeAmount { get; set; }
        /// <summary>
        /// 平台退款状态
        /// </summary>
        public LifePayRefundStatusEnum? LifePayRefundStatus { get; set; }
    }
}