From 469279cdbbfcebb15d9b1c2c9c2b7bc6210041ba Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 09 六月 2025 17:10:02 +0800
Subject: [PATCH] feat:每隔10分钟定时查询15分钟内的未支付订单向微信API获取最新信息若为支付成功则更改订单状态

---
 LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
index 6daff53..ff2b377 100644
--- a/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
+++ b/LifePayment/LifePayment.EntityFrameworkCore/LifePaymentServicesDbContext.cs
@@ -17,6 +17,12 @@
         {
         }
 
+        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; }

--
Gitblit v1.9.1