From ae9517420d848e215a9eb807270d5ef6fbe92ae9 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 09 二月 2026 09:43:44 +0800
Subject: [PATCH] 添加 CreateTaskDto 和任务创建存根

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
index db183dd..638f58c 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockSerivce.cs
@@ -74,23 +74,6 @@
                 Details = details
             };
 
-            //Dt_Task dt_Task = new Dt_Task()
-            //{
-            //    TaskNum = 0,
-            //    PalletCode = stock.PalletNo,
-            //    PalletType = 1,
-            //    Roadway = "1",
-            //    TaskType = TaskTypeEnum.Inbound.GetHashCode(),
-            //    TaskStatus = TaskStatusEnum.New.GetHashCode(),
-            //    SourceAddress = stock.LineNo,
-            //    TargetAddress = "缁勭洏鍖�",
-            //    CurrentAddress = stock.LineNo,
-            //    NextAddress = "缁勭洏鍖�",
-            //    WarehouseId = 1,
-            //    Grade = 1,
-            //    Creater = "system",
-            //};
-
             return StockInfoService.Repository.AddData(entity, x => x.Details);
         }
 

--
Gitblit v1.9.3