From b0d124029b427ead63bb6c6517d911b65fff3f7a Mon Sep 17 00:00:00 2001 From: qwj <qwjzorro@163.com> Date: 星期一, 31 七月 2023 09:11:11 +0800 Subject: [PATCH] 文件上传下载服务 --- DocumentServiceAPI.Application/DocumentServiceAPI.Application.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/DocumentServiceAPI.Application/DocumentServiceAPI.Application.csproj b/DocumentServiceAPI.Application/DocumentServiceAPI.Application.csproj index 81b3285..ca6081e 100644 --- a/DocumentServiceAPI.Application/DocumentServiceAPI.Application.csproj +++ b/DocumentServiceAPI.Application/DocumentServiceAPI.Application.csproj @@ -23,6 +23,11 @@ <ItemGroup> <ProjectReference Include="..\DocumentServiceAPI.Core\DocumentServiceAPI.Core.csproj" /> + <ProjectReference Include="..\DocumentServiceAPI.Model\DocumentServiceAPI.Model.csproj" /> + </ItemGroup> + + <ItemGroup> + <Folder Include="UserInfo\" /> </ItemGroup> </Project> -- Gitblit v1.9.1