From 6c62b03bcaf50b0d2dcf85e2accd374283ad5e2e Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 16 九月 2022 23:15:46 +0800
Subject: [PATCH] 班组工资报表开发、人员工资明细报表开发、不良明细报表开发、品质异常报表开发、维修明细报表开发

---
 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