From 2469c045046c8b89da93e0331a8ef771e5c78ff9 Mon Sep 17 00:00:00 2001
From: lingling <kety1122@163.com>
Date: 星期一, 24 三月 2025 15:41:25 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi

---
 LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
index 4c5ff12..effc166 100644
--- a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
+++ b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
@@ -16,7 +16,6 @@
         {
         }
 
-
         public virtual DbSet<LifePayUser> LifePayUser { get; set; }
 
         public virtual DbSet<LifePayOrder> LifePayOrder { get; set; }
@@ -43,6 +42,8 @@
 
         public virtual DbSet<LifePayAccount> LifePayAccount { get; set; }
 
+        public virtual DbSet<DallyStatistics> DallyStatistics { get; set; }
+
         [UnitOfWork]
         protected override void OnModelCreating(ModelBuilder builder)
         {

--
Gitblit v1.9.1