From 60c3bc8bf17d83e105acfb4b5219643b7aa875f1 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期一, 26 九月 2022 19:53:03 +0800
Subject: [PATCH] 设备维修申请接口开发
---
VueWebApi/VueWebApi.csproj | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index e30278a..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" />
@@ -418,7 +418,6 @@
<Content Include="Global.asax" />
<Content Include="Grid\grwebapp.js" />
<Content Include="Grid\webapp-ws-tutorial.htm" />
- <Content Include="HtmlPage1.html" />
<Content Include="Hubs\HubsMessage2.html" />
<Content Include="Hubs\HubsMessage1.html" />
<Content Include="Hubs\HubsMessage.html" />
@@ -443,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" />
@@ -535,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