From 27f0636da2b4b22a16404a3dbea4b3d3d477a65e Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 15 三月 2024 15:19:28 +0800
Subject: [PATCH] 生产进度报表优化查询语句

---
 VueWebApi/App_Start/Startup.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/App_Start/Startup.cs b/VueWebApi/App_Start/Startup.cs
index 21fb9c4..7fe950b 100644
--- a/VueWebApi/App_Start/Startup.cs
+++ b/VueWebApi/App_Start/Startup.cs
@@ -1,4 +1,5 @@
 锘縰sing Microsoft.AspNet.SignalR;
+using Microsoft.AspNetCore.Builder;
 using Microsoft.Owin;
 using Microsoft.Owin.Cors;
 using Owin;

--
Gitblit v1.9.3