From 59d429fd2caa1ecb879abfd21e9be17d42a39ee0 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 22 九月 2022 17:38:22 +0800
Subject: [PATCH] 点检记录导出接口报错优化、不良明细查询接口优化 安灯系统PC端接口开发

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

diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index 15154d6..e30278a 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -308,7 +308,10 @@
     <Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
     <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
     <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
+    <Compile Include="Controllers\ReportManagerController.cs" />
     <Compile Include="Controllers\SendController.cs" />
+    <Compile Include="DLL\BLL\ReportManagerBLL.cs" />
+    <Compile Include="DLL\DAL\ReportManagerDAL.cs" />
     <Compile Include="Hubs\ChatHub.cs" />
     <Compile Include="Controllers\AppDeviceManageController.cs" />
     <Compile Include="Controllers\BasicSettingController.cs" />
@@ -415,6 +418,7 @@
     <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" />

--
Gitblit v1.9.3