zhengyuxuan
2025-04-01 e08d70b9e610a2c176b88cb092d580754e009de5
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; }
@@ -66,5 +71,5 @@
    /// <summary>
    /// 统计渠道
    /// </summary>
    public string Channel { get; set; }
    public string ChannelId { get; set; }
}