From 8fdbaa96f141543fe9f6210975734809a209a0c8 Mon Sep 17 00:00:00 2001 From: yl <ykxkd@outlook.com> Date: 星期五, 07 六月 2024 15:03:16 +0800 Subject: [PATCH] 1.报工增加按序和不按序报工操作,工序调整增加按序和不按序报工调整 2.增加SOP管理:设备SOP管理、工艺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