From f6e850306e153af78ea376b2096dcf9d742b3055 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 21 三月 2025 11:33:36 +0800 Subject: [PATCH] fix:提交 --- LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs b/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs index 5573d52..590a901 100644 --- a/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs +++ b/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs @@ -30,7 +30,7 @@ /// <summary> /// 鏄ㄦ棩鏀舵 /// </summary> - public string ReceiptsYesterda { get; set; } + public string ReceiptsYesterday { get; set; } /// <summary> /// 绱涓嬪崟 @@ -40,17 +40,17 @@ /// <summary> /// 鏄ㄦ棩涓嬪崟 /// </summary> - public string OrdersNumYesterda { get; set; } + public string OrdersNumYesterday { get; set; } /// <summary> /// 鏄ㄦ棩鎴愬姛 /// </summary> - public string YesterdaSuccess { get; set; } + public string YesterdaySuccess { get; set; } /// <summary> /// 鏄ㄦ棩澶辫触 /// </summary> - public string YesterdaFail { get; set; } + public string YesterdayFail { get; set; } /// <summary> /// 绱鐢ㄦ埛 -- Gitblit v1.9.1