From f99f2d0410f811f6679149e6a8eea6037b80474a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 10 九月 2025 09:22:02 +0800
Subject: [PATCH] fix: s

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

diff --git a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
index 7b57d02..75d275d 100644
--- a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
+++ b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
@@ -1,4 +1,5 @@
 using LifePayment.Domain;
+using LifePayment.Domain.Common;
 using LifePayment.Domain.LifePay;
 using LifePayment.Domain.Models;
 using Microsoft.EntityFrameworkCore;
@@ -16,6 +17,14 @@
         {
         }
 
+        public virtual DbSet<LogFrontRecord> LogFrontRecord { get; set; }
+
+        public virtual DbSet<LifePayPromoter> LifePayPromoter { get; set; }
+
+        public virtual DbSet<LifePayChannelConsultation> LifePayChannelConsultation { get; set; }
+
+        public virtual DbSet<LifePayChannelConsultationFollowup> LifePayChannelConsultationFollowup { get; set; }
+
         public virtual DbSet<LifePayUser> LifePayUser { get; set; }
 
         public virtual DbSet<LifePayOrder> LifePayOrder { get; set; }
@@ -24,11 +33,21 @@
 
         public virtual DbSet<LifePayPremium> LifePayPremium { get; set; }
 
+
+        public virtual DbSet<LifePayConsumption> LifePayConsumption { get; set; }
+        public virtual DbSet<LifePayRechargeReceipts> LifePayRechargeReceipts { get; set; }
+
+        public virtual DbSet<LifePayExpensesReceipts> LifePayExpensesReceipts { get; set; }
+
+        public virtual DbSet<LifePayChannlesRake> LifePayChannlesRake { get; set; }
+
         public virtual DbSet<Area> Area { get; set; }
 
         public virtual DbSet<User> Users { get; set; }
 
         public virtual DbSet<Role> Roles { get; set; }
+
+        public virtual DbSet<OnlineService> OnlineService { get; set; }
 
         public virtual DbSet<LifePayIntroInfo> LifePayIntroInfo { get; set; }
 
@@ -42,6 +61,10 @@
 
         public virtual DbSet<LifePayAccount> LifePayAccount { get; set; }
 
+        public virtual DbSet<DallyStatistics> DallyStatistics { get; set; }
+
+        public virtual DbSet<LifePayRateChannel> LifePayRateChannel { get; set; }
+
         [UnitOfWork]
         protected override void OnModelCreating(ModelBuilder builder)
         {

--
Gitblit v1.9.1