From 4580b33103d8d61be32fe1be1bf4f9c943ffbd46 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期四, 27 七月 2023 11:08:23 +0800 Subject: [PATCH] 增加模型文件 --- DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj b/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj index 331fb2a..f061aea 100644 --- a/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj +++ b/DocumentServiceAPI.Core/DocumentServiceAPI.Core.csproj @@ -17,7 +17,12 @@ <PackageReference Include="Furion.Extras.Authentication.JwtBearer" Version="4.8.8.38" /> <PackageReference Include="Furion.Extras.ObjectMapper.Mapster" Version="4.8.8.38" /> <PackageReference Include="Furion.Pure" Version="4.8.8.38" /> - <PackageReference Include="SqlSugarCore" Version="5.1.4.89" /> + <PackageReference Include="SqlSugarCore" Version="5.1.4.93" /> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\DocumentServiceAPI.Enum\DocumentServiceAPI.Enum.csproj" /> + <ProjectReference Include="..\DocumentServiceAPI.Utility\DocumentServiceAPI.Utility.csproj" /> </ItemGroup> </Project> -- Gitblit v1.9.1