zhengyuxuan
2025-03-20 c2ff291b6f7c747e171d2d2155282c310503d169
LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
@@ -71,6 +71,11 @@
        public string OutOrderNo { get; set; }
        /// <summary>
        /// 退款订单号
        /// </summary>
        public string? RefundOrderNo { get; set; }
        /// <summary>
        /// 渠道流水号
        /// </summary>
        public string ACOOLYOrderNo { get; set; }
@@ -132,6 +137,12 @@
        public string? ChannelId { get; set; }
        /// <summary>
        /// 退款金额
        /// </summary>
        public decimal? RefundPrice { get; set; }
        /// <summary>
        /// 实际充值金额
        /// </summary>
        public decimal? ActualRechargeAmount { get; set; }