From f7bb0825bc06b8cea32caa44d2326dde51990e77 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 11 九月 2025 11:10:55 +0800 Subject: [PATCH] feat: 公告 --- LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs index 796362e..895d6dd 100644 --- a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs +++ b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs @@ -17,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; } @@ -25,6 +33,8 @@ 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; } @@ -53,6 +63,10 @@ public virtual DbSet<DallyStatistics> DallyStatistics { get; set; } + public virtual DbSet<LifePayRateChannel> LifePayRateChannel { get; set; } + + public virtual DbSet<LifePayAnnouncement> LifePayAnnouncement { get; set; } + [UnitOfWork] protected override void OnModelCreating(ModelBuilder builder) { -- Gitblit v1.9.1