From 47f5a9401f1e83efeca8b6a5cd28e1da805811f9 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 18 六月 2024 17:36:23 +0800
Subject: [PATCH] 1.设置文件上传大小 2.工艺SOP查看接口 3.工单SOP查看接口

---
 VueWebCoreApi/DLL/BLL/SystemSettingBLL.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/VueWebCoreApi/DLL/BLL/SystemSettingBLL.cs b/VueWebCoreApi/DLL/BLL/SystemSettingBLL.cs
index 82a928a..84928af 100644
--- a/VueWebCoreApi/DLL/BLL/SystemSettingBLL.cs
+++ b/VueWebCoreApi/DLL/BLL/SystemSettingBLL.cs
@@ -1,4 +1,5 @@
-锘縰sing Newtonsoft.Json.Linq;
+锘縰sing Microsoft.AspNetCore.Http;
+using Newtonsoft.Json.Linq;
 using System;
 using System.Collections.Generic;
 using System.Data;

--
Gitblit v1.9.3