From 90325aa6dd4e2d357a1d24575bbd601dda4e167d Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期五, 29 十月 2021 09:13:51 +0800 Subject: [PATCH] 日志文件 供应商和用户权限登录查询返回数据 --- WebAPI/WebAPI.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/WebAPI.csproj b/WebAPI/WebAPI.csproj index c1169c7..6c29760 100644 --- a/WebAPI/WebAPI.csproj +++ b/WebAPI/WebAPI.csproj @@ -161,6 +161,7 @@ <Compile Include="App_Start\WebApiConfig.cs" /> <Compile Include="BLL\WebServer.cs" /> <Compile Include="Code\Common.cs" /> + <Compile Include="Code\LogService.cs" /> <Compile Include="Code\Test2.cs" /> <Compile Include="Code\TestDAL.cs" /> <Compile Include="Controllers\BarCodeController.cs" /> -- Gitblit v1.9.1