From 132fe999967557c6c2a640ee52fa22dca5c89111 Mon Sep 17 00:00:00 2001
From: lingling <kety1122@163.com>
Date: 星期一, 17 三月 2025 13:15:49 +0800
Subject: [PATCH] 修改地区

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

diff --git a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
index 5b0d428..ee4d8db 100644
--- a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
+++ b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
@@ -22,6 +22,12 @@
 
         public virtual DbSet<LifePayRate> LifePayRate { get; set; }
 
+        public virtual DbSet<Area> Area { get; set; }
+
+        public virtual DbSet<LifePayChannles> LifePayChannles { get; set; }
+
+        public virtual DbSet<LifePayAccount> LifePayAccount { get; set; }
+
         [UnitOfWork]
         protected override void OnModelCreating(ModelBuilder builder)
         {

--
Gitblit v1.9.1