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