From fd4e83abb72db1e7e426292af1f3f738ba3e58a6 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期二, 01 四月 2025 10:17:32 +0800 Subject: [PATCH] fix:bug修复 --- 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 af9e688..796362e 100644 --- a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs +++ b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs @@ -29,6 +29,8 @@ 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; } -- Gitblit v1.9.1