zhengyuxuan
6 天以前 0a6ddcc8360063c8138965b69baf1fb563f6a0d8
LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs
@@ -9,7 +9,9 @@
public class DallyStatistics : Entity<Guid>
{
    /// <summary>
    /// 创建时间
    /// </summary>
    public DateTime CreationTime { get; set; }
    /// <summary>
@@ -72,4 +74,14 @@
    /// 统计渠道
    /// </summary>
    public string ChannelId { get; set; }
    /// <summary>
    /// 统计日期
    /// </summary>
    public DateTime Date { get; set; }
    /// <summary>
    /// 累计佣金
    /// </summary>
    public decimal AccumulatedChannlesRakePrice { get; set; }
}