zhengyiming
2025-04-01 f885db9e204c172c62779f45c3edee3cae463b8d
LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs
@@ -34,6 +34,11 @@
    public decimal AccumulatedIncome { get; set; }
    /// <summary>
    /// 昨日收入
    /// </summary>
    public decimal IncomeYesterday { get; set; }
    /// <summary>
    /// 累计下单
    /// </summary>
    public int AccumulatedOrders { get; set; }
@@ -62,4 +67,9 @@
    /// 昨日活跃用户
    /// </summary>
    public int YesterdayActiveUsers { get; set; }
    /// <summary>
    /// 统计渠道
    /// </summary>
    public string ChannelId { get; set; }
}