From 8747c355e51d09473efd30107e18303bb092a1ad Mon Sep 17 00:00:00 2001 From: yl <ykxkd@outlook.com> Date: 星期五, 16 八月 2024 14:31:48 +0800 Subject: [PATCH] 1.新增工单新增、编辑时通过产品找物料清单接口 2、修改工单新增、编辑接口(通过bom计算工单用料清单) --- 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