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; }