From d699bedade1d20e5f36bb09ba73e0a8b7c62e014 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 21 三月 2025 14:30:45 +0800 Subject: [PATCH] fix:新增返回值 --- LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs b/LifePayment/LifePayment.Domain/LifePay/DallyStatistics.cs index 590a901..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> /// 缁熻鏃堕棿 -- Gitblit v1.9.1