From 72f1ffc5e93c1b430a153a906d91913127ce58d8 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 28 三月 2025 10:20:30 +0800 Subject: [PATCH] 合并 --- 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 e232ed4..7ca62cf 100644 --- a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs +++ b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs @@ -25,6 +25,8 @@ public virtual DbSet<LifePayPremium> LifePayPremium { get; set; } + public virtual DbSet<LifePayRechargeReceipts> LifePayRechargeReceipts { get; set; } + public virtual DbSet<Area> Area { get; set; } public virtual DbSet<User> Users { get; set; } -- Gitblit v1.9.1