From 43d31c2e56da8954828be4a7e027c6ad0aaf038a Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 17 八月 2022 10:45:10 +0800
Subject: [PATCH] 设备点检项目、保养项目接口(查询、新增、编辑、删除、导入)

---
 VueWebApi/VueWebApi.csproj |   43 ++++++++++++++++++++++++++++---------------
 1 files changed, 28 insertions(+), 15 deletions(-)

diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index 1b62773..6ac0463 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -39,7 +39,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
+    <Optimize>false</Optimize>
     <OutputPath>bin\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
@@ -55,20 +55,6 @@
     </Reference>
     <Reference Include="FastReport">
       <HintPath>..\..\..\FastReports\FastReport.Net\FastReport.dll</HintPath>
-    </Reference>
-    <Reference Include="FastReport.Bars, Version=2014.2.3.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>C:\Users\YL\Desktop\鎵撳嵃\鎵撳嵃\Rework\Rework\bin\Debug\FastReport.Bars.dll</HintPath>
-    </Reference>
-    <Reference Include="FastReport.Editor, Version=2014.2.3.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>C:\Users\YL\Desktop\鎵撳嵃\鎵撳嵃\Rework\Rework\bin\Debug\FastReport.Editor.dll</HintPath>
-    </Reference>
-    <Reference Include="FastReport.Service">
-      <HintPath>C:\Users\YL\Desktop\鎵撳嵃\鎵撳嵃\Rework\Rework\bin\Debug\FastReport.Service.dll</HintPath>
-    </Reference>
-    <Reference Include="FastReport.VSDesign">
-      <HintPath>C:\Users\YL\Desktop\鎵撳嵃\鎵撳嵃\Rework\Rework\bin\Debug\FastReport.VSDesign.dll</HintPath>
     </Reference>
     <Reference Include="FastReport.Web">
       <HintPath>..\..\..\FastReports\FastReport.Net\FastReport.Web.dll</HintPath>
@@ -391,6 +377,30 @@
     <Content Include="Global.asax" />
     <Content Include="Grid\grwebapp.js" />
     <Content Include="Grid\webapp-ws-tutorial.htm" />
+    <Content Include="Image\1.png" />
+    <Content Include="Image\2.png" />
+    <Content Include="Image\3.png" />
+    <Content Include="Image\4.png" />
+    <Content Include="Image\5.png" />
+    <Content Include="Image\6.png" />
+    <Content Include="Image\7.png" />
+    <Content Include="Image\8.png" />
+    <Content Include="Image\9.png" />
+    <Content Include="Image\app_1.png" />
+    <Content Include="Image\app_1_1.png" />
+    <Content Include="Image\app_1_2.png" />
+    <Content Include="Image\app_2.png" />
+    <Content Include="Image\app_3.png" />
+    <Content Include="Image\app_3_1.png" />
+    <Content Include="Image\app_3_2.png" />
+    <Content Include="Image\app_4.png" />
+    <Content Include="Image\app_4_1.png" />
+    <Content Include="Image\app_4_2.png" />
+    <Content Include="Image\app_5.png" />
+    <Content Include="Image\app_6.png" />
+    <Content Include="Image\app_7.png" />
+    <Content Include="Image\app_8.png" />
+    <Content Include="Image\app_9.png" />
     <Content Include="Scripts\bootstrap.js" />
     <Content Include="Scripts\bootstrap.min.js" />
     <Content Include="Areas\HelpPage\Views\Web.config" />
@@ -424,6 +434,9 @@
     <Content Include="Excel\浠撳簱搴撲綅娓呭崟.xls" />
     <Content Include="Excel\寰�鏉ュ崟浣�.xls" />
     <Content Include="grf\Rework.frx" />
+    <Content Include="Excel\缂洪櫡瀹氫箟.xls" />
+    <Content Include="Excel\璁惧鐐规椤圭洰.xls" />
+    <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