From 12afc554dfde40c49f19c788ee51e061d037d084 Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期四, 12 六月 2025 10:43:03 +0800 Subject: [PATCH] fix:创建或更新推广员 重复校验修改 --- 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 ff2b377..b8a7052 100644 --- a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs +++ b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs @@ -17,6 +17,8 @@ { } + public virtual DbSet<LogFrontRecord> LogFrontRecord { get; set; } + public virtual DbSet<LifePayPromoter> LifePayPromoter { get; set; } public virtual DbSet<LifePayChannelConsultation> LifePayChannelConsultation { get; set; } -- Gitblit v1.9.1