From 57fb27ac6874642d190533df66aa087c6ec94813 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期五, 21 三月 2025 12:28:10 +0800
Subject: [PATCH] 退款订单列表
---
LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs b/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs
index 5573d52..8907ba1 100644
--- a/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs
+++ b/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs
@@ -6,11 +6,8 @@
namespace LifePayment.Domain;
-public partial class DallyStatistics : Entity<Guid>
+public class DallyStatistics : Entity<Guid>
{
- public DallyStatistics()
- {
- }
/// <summary>
/// 缁熻鏃堕棿
@@ -30,7 +27,7 @@
/// <summary>
/// 鏄ㄦ棩鏀舵
/// </summary>
- public string ReceiptsYesterda { get; set; }
+ public string ReceiptsYesterday { get; set; }
/// <summary>
/// 绱涓嬪崟
@@ -40,17 +37,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.10.0