From 960b33fa24c47a330e51a2c24859d681ae62caeb Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 16 四月 2026 10:09:49 +0800
Subject: [PATCH] 重构任务与库存模型,增强日志管理与区域接口
---
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj
index 329bdc5..8c8b946 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/WIDESEA_Core.csproj
@@ -10,6 +10,12 @@
</PropertyGroup>
<ItemGroup>
+ <Compile Remove="Attribute\**" />
+ <EmbeddedResource Remove="Attribute\**" />
+ <None Remove="Attribute\**" />
+ </ItemGroup>
+
+ <ItemGroup>
<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" />
@@ -35,7 +41,6 @@
</ItemGroup>
<ItemGroup>
- <Folder Include="Attribute\" />
<Folder Include="ServiceExtensions\" />
</ItemGroup>
--
Gitblit v1.9.3