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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
index b8a7052..75d275d 100644
--- a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
+++ b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
@@ -63,6 +63,8 @@
 
         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