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/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Filter/CustomProfile.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Filter/CustomProfile.cs b/Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Filter/CustomProfile.cs
index 232d43c..31f46a7 100644
--- a/Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Filter/CustomProfile.cs
+++ b/Code Management/WCS/WIDESEA_WCSServer/WIDESEAWCS_Server/Filter/CustomProfile.cs
@@ -22,8 +22,8 @@
         {
             CreateMap<Sys_Menu, MenuDTO>();
             CreateMap<Dt_DeviceInfo, DeviceInfoDTO>();
-            //CreateMap<WMSTaskDTO, Dt_Task>().ForMember(a => a.WMSId, b => b.MapFrom(b => b.Id));
-           
+            CreateMap<WMSTaskDTO, Dt_Task>().ForMember(a => a.WMSId, b => b.MapFrom(b => b.Id));
+
             CreateMap<Dt_Task, Dt_Task_Hty>();
         }
     }

--
Gitblit v1.9.3