From 437b5cd5f34c9c2f16c6a939b178afe6cdb64f27 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 21 七月 2022 18:56:48 +0800
Subject: [PATCH] 用户清单导入

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

diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index ffd75cc..50959e4 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -266,6 +266,7 @@
     <Compile Include="Controllers\MaterialManagerController.cs" />
     <Compile Include="Controllers\ProductionManagementController.cs" />
     <Compile Include="Controllers\ProductModelController.cs" />
+    <Compile Include="Controllers\QualityManagementController.cs" />
     <Compile Include="Controllers\SystemSettingController.cs" />
     <Compile Include="Controllers\ValuesController.cs" />
     <Compile Include="DLL\BLL\BasicSettingBLL.cs" />
@@ -277,6 +278,7 @@
     <Compile Include="DLL\BLL\MaterialManagerBLL.cs" />
     <Compile Include="DLL\BLL\ProductionManagementBLL.cs" />
     <Compile Include="DLL\BLL\ProductModelBLL.cs" />
+    <Compile Include="DLL\BLL\QualityManagementBLL.cs" />
     <Compile Include="DLL\BLL\SystemSettingBLL.cs" />
     <Compile Include="DLL\BLL\UserDataBLL.cs" />
     <Compile Include="DLL\DAL\BasicSettingDAL.cs" />
@@ -288,6 +290,7 @@
     <Compile Include="DLL\DAL\MaterialManagerDAL.cs" />
     <Compile Include="DLL\DAL\ProductionManagementDAL.cs" />
     <Compile Include="DLL\DAL\ProductModelDAL.cs" />
+    <Compile Include="DLL\DAL\QualityManagementDAL.cs" />
     <Compile Include="DLL\DAL\SystemSettingDAL.cs" />
     <Compile Include="DLL\DAL\UserDataDAL.cs" />
     <Compile Include="Global.asax.cs">
@@ -300,6 +303,7 @@
     <Compile Include="Models\RoleUserSubmit.cs" />
     <Compile Include="Models\RoutEdit.cs" />
     <Compile Include="Models\ScanStartReportData.cs" />
+    <Compile Include="Models\StepCheck.cs" />
     <Compile Include="Models\StepDefect.cs" />
     <Compile Include="Models\StepEqp.cs" />
     <Compile Include="Models\TreeDG.cs" />
@@ -371,6 +375,7 @@
     <Content Include="grf\鎶ュ伐浜у嚭鏍囩.grf" />
     <Content Include="grf\鎶ュ伐鎵撳嵃鏍囩.grf" />
     <Content Include="grf\澶栧崗鏀舵枡鏍囩.grf" />
+    <Content Include="Excel\瑙掕壊娓呭崟.xls" />
     <None Include="Scripts\jquery-3.4.1.intellisense.js" />
     <Content Include="Scripts\jquery-3.4.1.js" />
     <Content Include="Scripts\jquery-3.4.1.min.js" />

--
Gitblit v1.9.3