zhengyuxuan
2025-03-21 e452d5b2384236c1ccc9031dec6cadcddbbb585a
LifePayment/LifePayment.Domain/LifePay/LifePayOrder.cs
@@ -161,5 +161,32 @@
        /// 回单地址
        /// </summary>
        public string? ElecBillUrl { get; set; }
        /// <summary>
        /// 退款回单地址
        /// </summary>
        public string? RefundElecBillUrl { get; set; }
        /// <summary>
        /// 平台折扣比例
        /// </summary>
        public decimal? PlatformRate { get; set; }
        /// <summary>
        /// 渠道折扣
        /// </summary>
        public decimal? ChannleRate { get; set; }
        /// <summary>
        /// 渠道佣金比例
        /// </summary>
        public decimal? ChannlesRakeRate { get; set; }
        /// <summary>
        /// 手续费比例
        /// </summary>
        public decimal PremiumRate { get; set; }
    }
}