From 27bd6ea1cccb619fe1aedb63a406e414b5fca9e7 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期三, 11 六月 2025 19:02:59 +0800 Subject: [PATCH] fix:同步数据修改 --- LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs index e232ed4..b8a7052 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,14 @@ 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; } + + 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