From 140164ad217c8a9b5023575ab146ffec4b07c6ce Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期三, 21 十二月 2022 16:34:32 +0800
Subject: [PATCH] App密码重置接口,App生产看板接口
---
VueWebApi/VueWebApi.csproj | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/VueWebApi/VueWebApi.csproj b/VueWebApi/VueWebApi.csproj
index c6297f4..2e5c309 100644
--- a/VueWebApi/VueWebApi.csproj
+++ b/VueWebApi/VueWebApi.csproj
@@ -320,12 +320,15 @@
<Compile Include="Areas\HelpPage\SampleGeneration\SampleDirection.cs" />
<Compile Include="Areas\HelpPage\SampleGeneration\TextSample.cs" />
<Compile Include="Areas\HelpPage\XmlDocumentationProvider.cs" />
+ <Compile Include="Controllers\AppAnalyticsController.cs" />
<Compile Include="Controllers\AppPersonalController.cs" />
<Compile Include="Controllers\AppProductionManagementController.cs" />
<Compile Include="Controllers\ReportManagerController.cs" />
<Compile Include="Controllers\SendController.cs" />
+ <Compile Include="DLL\BLL\AppAnalyticsBLL.cs" />
<Compile Include="DLL\BLL\AppPersonalBLL.cs" />
<Compile Include="DLL\BLL\ReportManagerBLL.cs" />
+ <Compile Include="DLL\DAL\AppAnalyticsDAL.cs" />
<Compile Include="DLL\DAL\AppPersonalDAL.cs" />
<Compile Include="DLL\DAL\ReportManagerDAL.cs" />
<Compile Include="Hubs\ChatHub.cs" />
--
Gitblit v1.9.3