From 8e42d0c1b7ae36cff2e7c69999117911a4b6f300 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期四, 26 三月 2026 17:31:06 +0800 Subject: [PATCH] feat(WCS): 完善 WIDESEAWCS_Tasks 模块代码注释 --- Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/WIDESEAWCS_Core.csproj | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/WIDESEAWCS_Core.csproj b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/WIDESEAWCS_Core.csproj index f3bb1e7..4d6c8eb 100644 --- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/WIDESEAWCS_Core.csproj +++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/WIDESEAWCS_Core.csproj @@ -53,7 +53,8 @@ <PackageReference Include="Autofac" Version="8.0.0" /> <PackageReference Include="Autofac.Extensions.DependencyInjection" Version="9.0.0" /> <PackageReference Include="Autofac.Extras.DynamicProxy" Version="7.1.0" /> - <PackageReference Include="AutoMapper" Version="13.0.1" /> + <PackageReference Include="Mapster" Version="7.4.0" /> + <PackageReference Include="Mapster.DependencyInjection" Version="1.0.1" /> <PackageReference Include="Magicodes.IE.EPPlus" Version="2.7.5.1" /> <PackageReference Include="Magicodes.IE.Excel" Version="2.7.5.1" /> <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.29" /> @@ -76,4 +77,8 @@ <Folder Include="ServiceExtensions\" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\WIDESEAWCS_Common\WIDESEAWCS_Common.csproj" /> + </ItemGroup> + </Project> -- Gitblit v1.9.3