lingling
2025-04-16 bf2d06ee46b254097c1d205c2ce37ab15a4ad91b
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; }
}