From 7a0d98456b4ecaf1867cd62ecb7c8169ec15d042 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 22 六月 2022 18:20:34 +0800
Subject: [PATCH] 设备清单查询、新增、编辑、删除接口开发 设备类型(新增、删除)、设备组(新增、删除)接口开发 仓库定义(新增、编辑、删除)、库位定义(新增、编辑、删除) 存货类型、存货档案接口开发

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

diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index 607c912..c65ba00 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -255,29 +255,38 @@
     <Compile Include="Controllers\DeviceManagerController.cs" />
     <Compile Include="Controllers\ImportExcelController.cs" />
     <Compile Include="Controllers\LoginController.cs" />
+    <Compile Include="Controllers\MaterialManagerController.cs" />
+    <Compile Include="Controllers\ProductModelController.cs" />
     <Compile Include="Controllers\SystemSettingController.cs" />
     <Compile Include="Controllers\ValuesController.cs" />
     <Compile Include="DLL\BLL\BasicSettingBLL.cs" />
     <Compile Include="DLL\BLL\DeviceManagerBLL.cs" />
     <Compile Include="DLL\BLL\ExcelCheckBLL.cs" />
     <Compile Include="DLL\BLL\LoginBLL.cs" />
+    <Compile Include="DLL\BLL\MaterialManagerBLL.cs" />
+    <Compile Include="DLL\BLL\ProductModelBLL.cs" />
     <Compile Include="DLL\BLL\SystemSettingBLL.cs" />
     <Compile Include="DLL\BLL\UserDataBLL.cs" />
     <Compile Include="DLL\DAL\BasicSettingDAL.cs" />
     <Compile Include="DLL\DAL\DeviceManagerDAL.cs" />
     <Compile Include="DLL\DAL\ExcelCheckDAL.cs" />
     <Compile Include="DLL\DAL\LoginDAL.cs" />
+    <Compile Include="DLL\DAL\MaterialManagerDAL.cs" />
+    <Compile Include="DLL\DAL\ProductModelDAL.cs" />
     <Compile Include="DLL\DAL\SystemSettingDAL.cs" />
     <Compile Include="DLL\DAL\UserDataDAL.cs" />
     <Compile Include="Global.asax.cs">
       <DependentUpon>Global.asax</DependentUpon>
     </Compile>
     <Compile Include="Models\ExcelErro.cs" />
+    <Compile Include="Models\MaterialRout.cs" />
     <Compile Include="Models\ObjectData.cs" />
+    <Compile Include="Models\ObjectDataCont.cs" />
     <Compile Include="Models\RoleUserSubmit.cs" />
     <Compile Include="Models\TreeDG.cs" />
     <Compile Include="Models\TreeDM.cs" />
     <Compile Include="Models\TreeObejct.cs" />
+    <Compile Include="Models\Uom.cs" />
     <Compile Include="Models\User.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Tools\ChannelActionFilterAttribute.cs" />

--
Gitblit v1.9.3