From 02f5cf149ac0fecd8c7ee67bf57fb814d8464ba4 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期三, 02 四月 2025 16:31:09 +0800 Subject: [PATCH] fix:统计bug修复 --- LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs b/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs index 919e81b..6318f6f 100644 --- a/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs +++ b/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs @@ -79,4 +79,9 @@ /// 缁熻鏃ユ湡 /// </summary> public DateTime Date { get; set; } + + /// <summary> + /// 绱浣i噾 + /// </summary> + public decimal AccumulatedChannlesRakePrice { get; set; } } \ No newline at end of file -- Gitblit v1.9.1