From fcca000072a8cfae98c1cb3dadce0512b19083cc Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 28 六月 2022 20:09:13 +0800
Subject: [PATCH] ERP订单查询,订单下达、订单关闭功能开发

---
 VueWebApi/VueWebApi.csproj |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index e20c2a8..2d2a60c 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -256,6 +256,7 @@
     <Compile Include="Controllers\ImportExcelController.cs" />
     <Compile Include="Controllers\LoginController.cs" />
     <Compile Include="Controllers\MaterialManagerController.cs" />
+    <Compile Include="Controllers\ProductionManagementController.cs" />
     <Compile Include="Controllers\ProductModelController.cs" />
     <Compile Include="Controllers\SystemSettingController.cs" />
     <Compile Include="Controllers\ValuesController.cs" />
@@ -264,6 +265,7 @@
     <Compile Include="DLL\BLL\ExcelCheckBLL.cs" />
     <Compile Include="DLL\BLL\LoginBLL.cs" />
     <Compile Include="DLL\BLL\MaterialManagerBLL.cs" />
+    <Compile Include="DLL\BLL\ProductionManagementBLL.cs" />
     <Compile Include="DLL\BLL\ProductModelBLL.cs" />
     <Compile Include="DLL\BLL\SystemSettingBLL.cs" />
     <Compile Include="DLL\BLL\UserDataBLL.cs" />
@@ -272,6 +274,7 @@
     <Compile Include="DLL\DAL\ExcelCheckDAL.cs" />
     <Compile Include="DLL\DAL\LoginDAL.cs" />
     <Compile Include="DLL\DAL\MaterialManagerDAL.cs" />
+    <Compile Include="DLL\DAL\ProductionManagementDAL.cs" />
     <Compile Include="DLL\DAL\ProductModelDAL.cs" />
     <Compile Include="DLL\DAL\SystemSettingDAL.cs" />
     <Compile Include="DLL\DAL\UserDataDAL.cs" />

--
Gitblit v1.9.3