From 2accac7df60ce37d53e1ea85fafd4a806212fc58 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 11 八月 2025 09:48:09 +0800
Subject: [PATCH] 临时修改国家电网折扣为95折

---
 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