From fecc633f3a7fd0c49fccfb7b6198b402f66574e0 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 30 八月 2022 13:35:45 +0800
Subject: [PATCH] 日常保养,提交接口

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

diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index a12f8e6..bb499ab 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -283,6 +283,7 @@
     <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
     <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
     <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
+    <Compile Include="Controllers\AppDeviceManageController.cs" />
     <Compile Include="Controllers\BasicSettingController.cs" />
     <Compile Include="Controllers\DeviceManagerController.cs" />
     <Compile Include="Controllers\ErpSyncMesController.cs" />
@@ -297,6 +298,7 @@
     <Compile Include="Controllers\SystemSettingController.cs" />
     <Compile Include="Controllers\ValuesController.cs" />
     <Compile Include="DDKanBanModel\ShopTopLeft.cs" />
+    <Compile Include="DLL\BLL\AppDeviceManageBLL.cs" />
     <Compile Include="DLL\BLL\BasicSettingBLL.cs" />
     <Compile Include="DLL\BLL\DeviceManagerBLL.cs" />
     <Compile Include="DLL\BLL\ErpSyncMesBLL.cs" />
@@ -310,6 +312,7 @@
     <Compile Include="DLL\BLL\QualityManagementBLL.cs" />
     <Compile Include="DLL\BLL\SystemSettingBLL.cs" />
     <Compile Include="DLL\BLL\UserDataBLL.cs" />
+    <Compile Include="DLL\DAL\AppDeviceManageDAL.cs" />
     <Compile Include="DLL\DAL\BasicSettingDAL.cs" />
     <Compile Include="DLL\DAL\DeviceManagerDAL.cs" />
     <Compile Include="DLL\DAL\ErpSyncMesDAL.cs" />
@@ -326,6 +329,8 @@
     <Compile Include="Global.asax.cs">
       <DependentUpon>Global.asax</DependentUpon>
     </Compile>
+    <Compile Include="Models\AppDevicecCheck.cs" />
+    <Compile Include="Models\EqpRepair.cs" />
     <Compile Include="Models\ExcelErro.cs" />
     <Compile Include="Models\MaterialRout.cs" />
     <Compile Include="Models\ObjectData.cs" />
@@ -334,6 +339,7 @@
     <Compile Include="Models\RoleUserSubmit.cs" />
     <Compile Include="Models\RoutEdit.cs" />
     <Compile Include="Models\ScanStartReportData.cs" />
+    <Compile Include="Models\StandEqp.cs" />
     <Compile Include="Models\StepCheck.cs" />
     <Compile Include="Models\StepDefect.cs" />
     <Compile Include="Models\StepEqp.cs" />
@@ -344,9 +350,11 @@
     <Compile Include="Models\User.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Tools\ChannelActionFilterAttribute.cs" />
+    <Compile Include="Tools\DALSkillCondition.cs" />
     <Compile Include="Tools\DapperHelper.cs" />
     <Compile Include="Tools\DataOperator.cs" />
     <Compile Include="Tools\DBHelper.cs" />
+    <Compile Include="Tools\DownLoad.cs" />
     <Compile Include="Tools\Encrypt.cs" />
     <Compile Include="Tools\ExcelList.cs" />
     <Compile Include="Tools\ExcelModelCheck.cs" />
@@ -425,6 +433,10 @@
     <Content Include="Image\app_6_8.png" />
     <Content Include="Image\app_6_9.png" />
     <Content Include="Image\app_7.png" />
+    <Content Include="Image\app_7_1.png" />
+    <Content Include="Image\app_7_2.png" />
+    <Content Include="Image\app_7_3.png" />
+    <Content Include="Image\app_7_4.png" />
     <Content Include="Image\app_8.png" />
     <Content Include="Image\app_9.png" />
     <Content Include="Image\index_1.png" />
@@ -485,6 +497,7 @@
   <ItemGroup>
     <Folder Include="App_Data\" />
     <Folder Include="File\excel\" />
+    <Folder Include="File\newxls\" />
     <Folder Include="InExcel\" />
   </ItemGroup>
   <ItemGroup>

--
Gitblit v1.9.3