From 61aec4135b9f6c4cea3424f309c8bcaa124e1f6b Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 17 四月 2026 17:17:39 +0800
Subject: [PATCH] 优化成品库整托出口进行回库任务逻辑

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs"
index a5fee6c..0430688 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs"
@@ -6,17 +6,17 @@
 
 namespace WIDESEAWCS_DTO.RGV.FOURBOT
 {
-    public class CancelSXCTake
+    public class CancelSXCTake: FOURBOTInfo
     {
         /// <summary>
         /// 浠诲姟鍙�
         /// </summary>
         public int taskID { get; set; }
 
-        /// <summary>
-        /// 鍙栨秷鍘熷洜        
-        /// </summary>
-        public string reason { get; set; }= "";
+        ///// <summary>
+        ///// 鍙栨秷鍘熷洜        
+        ///// </summary>
+        //public string reason { get; set; }= "NoNeed";
 
 
         /// <summary>
@@ -28,7 +28,7 @@
         /// <summary>
         /// 0榛樿鍙栨秷锛�1宸茬粡寮�濮嬫墽琛岋紝鍒欎笉鍙栨秷
         /// </summary>
-        public int withoutRunning { get; set; } = 0;
+        public int withoutRunning { get; set; } = 1;
 
     }
 }

--
Gitblit v1.9.3