From f7fdf63c13241dfa7d66a3315fd54429670e24bf Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 21 六月 2022 08:37:49 +0800
Subject: [PATCH] 基础资料问题优化

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

diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index 2894723..607c912 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -252,16 +252,19 @@
     <Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
     <Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
     <Compile Include="Controllers\BasicSettingController.cs" />
+    <Compile Include="Controllers\DeviceManagerController.cs" />
     <Compile Include="Controllers\ImportExcelController.cs" />
     <Compile Include="Controllers\LoginController.cs" />
     <Compile Include="Controllers\SystemSettingController.cs" />
     <Compile Include="Controllers\ValuesController.cs" />
     <Compile Include="DLL\BLL\BasicSettingBLL.cs" />
+    <Compile Include="DLL\BLL\DeviceManagerBLL.cs" />
     <Compile Include="DLL\BLL\ExcelCheckBLL.cs" />
     <Compile Include="DLL\BLL\LoginBLL.cs" />
     <Compile Include="DLL\BLL\SystemSettingBLL.cs" />
     <Compile Include="DLL\BLL\UserDataBLL.cs" />
     <Compile Include="DLL\DAL\BasicSettingDAL.cs" />
+    <Compile Include="DLL\DAL\DeviceManagerDAL.cs" />
     <Compile Include="DLL\DAL\ExcelCheckDAL.cs" />
     <Compile Include="DLL\DAL\LoginDAL.cs" />
     <Compile Include="DLL\DAL\SystemSettingDAL.cs" />
@@ -292,6 +295,8 @@
     <Compile Include="Tools\RedisHelper.cs" />
     <Compile Include="Tools\Regedit.cs" />
     <Compile Include="Tools\SeachEncode.cs" />
+    <Compile Include="Tools\SessionControllerRouteHandler.cs" />
+    <Compile Include="Tools\SessionRouteHandler.cs" />
     <Compile Include="Tools\TJson.cs" />
     <Compile Include="Tools\ToMessage.cs" />
     <Compile Include="Util\EntityHelper.cs" />

--
Gitblit v1.9.3