From 0aae85d3e241b2aa415c96f12e9f6ac415cffa49 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 28 九月 2022 13:38:47 +0800
Subject: [PATCH] 登录redis存储判断是否失效过滤器修改 设备维修、维修验证接口来发

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

diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index f0c3a8c..2f26d87 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -360,6 +360,7 @@
       <DependentUpon>Global.asax</DependentUpon>
     </Compile>
     <Compile Include="Hubs\ChatHub2.cs" />
+    <Compile Include="Models\AnDnDate.cs" />
     <Compile Include="Models\AppDevicecCheck.cs" />
     <Compile Include="Models\EqpRepair.cs" />
     <Compile Include="Models\ExcelErro.cs" />
@@ -402,7 +403,6 @@
     <Compile Include="Tools\SeachEncode.cs" />
     <Compile Include="Tools\SessionControllerRouteHandler.cs" />
     <Compile Include="Tools\SessionRouteHandler.cs" />
-    <Compile Include="Tools\TestSocket.cs" />
     <Compile Include="Tools\TJson.cs" />
     <Compile Include="Tools\ToMessage.cs" />
     <Compile Include="Util\EntityHelper.cs" />
@@ -442,6 +442,7 @@
     <Content Include="Image\app_4_2.png" />
     <Content Include="Image\app_4_3.png" />
     <Content Include="Image\app_4_4.png" />
+    <Content Include="Image\app_4_5.png" />
     <Content Include="Image\app_5.png" />
     <Content Include="Image\app_5_1.png" />
     <Content Include="Image\app_5_2.png" />
@@ -534,6 +535,8 @@
   </ItemGroup>
   <ItemGroup>
     <Folder Include="App_Data\" />
+    <Folder Include="DeviceImage\image1\" />
+    <Folder Include="DeviceImage\image2\" />
     <Folder Include="File\excel\" />
     <Folder Include="File\newxls\" />
     <Folder Include="InExcel\" />

--
Gitblit v1.9.3