zhengyuxuan
2025-03-24 5644f6870d55da5c7f38ae1e975fa37831390225
LifePayment/LifePayment.Application.Contracts/LifePay/LifePayInput.cs
@@ -224,7 +224,9 @@
    /// <summary>
    /// 平台折扣比例
    /// </summary>
    public decimal? PlatformRate { get; set; }
    public decimal PlatformRate { get; set; }
    public decimal PlatformDeductionAmount { get; set; }
    /// <summary>
    /// 渠道折扣
@@ -241,6 +243,7 @@
    /// </summary>
    public decimal PremiumRate { get; set; }
}
//public class ChannelsBaseInput : PageInput