LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs @@ -79,4 +79,9 @@ /// 统计日期 /// </summary> public DateTime Date { get; set; } /// <summary> /// 累计佣金 /// </summary> public decimal AccumulatedChannlesRakePrice { get; set; } }