From 168b8baf0147c0c8f9f49d6f024a86c3b3e47b22 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期一, 09 六月 2025 10:21:43 +0800 Subject: [PATCH] Merge branch 'dev-1.3' of http://120.26.58.240:8888/r/LifePaymentApi into dev-1.3 --- LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs b/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs index a5cb249..6318f6f 100644 --- a/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs +++ b/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,14 @@ /// 缁熻娓犻亾 /// </summary> public string ChannelId { get; set; } + + /// <summary> + /// 缁熻鏃ユ湡 + /// </summary> + public DateTime Date { get; set; } + + /// <summary> + /// 绱浣i噾 + /// </summary> + public decimal AccumulatedChannlesRakePrice { get; set; } } \ No newline at end of file -- Gitblit v1.9.1