From bda710c9c39beea5d2661cbbf42467a226a98dc6 Mon Sep 17 00:00:00 2001
From: 覃楚胧 <qinchulong@hnkhzn.com>
Date: 星期三, 18 三月 2026 14:46:54 +0800
Subject: [PATCH] 最新图纸

---
 代码管理/WCS/WCSServers/WIDESEAWCS_Server/Filter/CustomProfile.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/Filter/CustomProfile.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/Filter/CustomProfile.cs"
index 2f33853..d4b65d1 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/Filter/CustomProfile.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/Filter/CustomProfile.cs"
@@ -9,7 +9,6 @@
 using WIDESEAWCS_Model.Models;
 using WIDESEAWCS_QuartzJob.DTO;
 using WIDESEAWCS_QuartzJob.Models;
-using WIDESEAWCS_Tasks.ConveyorLineJob;
 
 namespace WIDESEAWCS_WCSServer.Filter
 {
@@ -23,7 +22,6 @@
             CreateMap<Sys_Menu, MenuDTO>();
             CreateMap<Dt_DeviceInfo,DeviceInfoDTO>();
             CreateMap<WMSTaskDTO, Dt_Task>();
-            CreateMap<Dt_Task, ConveyorLineTaskCommand>().ForMember(a => a.TargetAddress, b => b.MapFrom(b => b.NextAddress)).ForMember(a => a.Barcode, b => b.MapFrom(b => b.PalletCode)).ForMember(a => a.TaskNum, b => b.MapFrom(b => b.TaskNum));
         }
     }
 }

--
Gitblit v1.9.3