zhengyuxuan
2025-03-24 775d5d6142a717e8bc87da3aa3f5d8c1f52ef9a6
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>
    /// 渠道折扣
@@ -240,6 +242,7 @@
    /// 手续费比例
    /// </summary>
    public decimal PremiumRate { get; set; }
}
@@ -293,12 +296,12 @@
    /// <summary>
    /// 开始完成时间
    /// </summary>
    public DateTime? BeginFinishTime { get; set; }
    public DateTime? BeginRefundTime { get; set; }
    /// <summary>
    /// 结束完成时间
    /// </summary>
    public DateTime? EndFinishTime { get; set; }
    public DateTime? EndRefundTime { get; set; }
    /// <summary>
    /// 用户Id