zhengyuxuan
2025-04-01 aff6340db92f4801184db829eccfed93ff6fedb3
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,9 @@
    /// 统计渠道
    /// </summary>
    public string ChannelId { get; set; }
    /// <summary>
    /// 统计日期
    /// </summary>
    public DateTime Date { get; set; }
}