From d59b540dd78d49ddf1f2e1c6dfb7b19a7d3e3d7c Mon Sep 17 00:00:00 2001
From: 肖洋 <cathay_xy@163.com>
Date: 星期日, 19 一月 2025 11:19:24 +0800
Subject: [PATCH] 优化代码结构和错误处理

---
 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Enum/StackerCraneStatus.cs |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Enum/StackerCraneStatus.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Enum/StackerCraneStatus.cs
index 8b0cdd3..c29ab59 100644
--- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Enum/StackerCraneStatus.cs
+++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Enum/StackerCraneStatus.cs
@@ -1,4 +1,5 @@
 锘�#region << 鐗� 鏈� 娉� 閲� >>
+
 /*----------------------------------------------------------------
  * 鍛藉悕绌洪棿锛歐IDESEAWCS_QuartzJob
  * 鍒涘缓鑰咃細鑳$搴�
@@ -11,8 +12,9 @@
  * 淇敼鏃堕棿锛�
  * 鐗堟湰锛歏1.0.1
  * 淇敼璇存槑锛�
- * 
+ *
  *----------------------------------------------------------------*/
+
 #endregion << 鐗� 鏈� 娉� 閲� >>
 
 using System;
@@ -105,6 +107,12 @@
         PickUpCompleted,
 
         /// <summary>
+        /// 璇锋眰鏀捐揣
+        /// </summary>
+        [Description("璇锋眰鏀捐揣")]
+        RequestPut,
+
+        /// <summary>
         /// 鏀捐揣涓�
         /// </summary>
         [Description("鏀捐揣涓�")]
@@ -123,6 +131,18 @@
         WorkCompleted,
 
         /// <summary>
+        /// 绌哄嚭搴�
+        /// </summary>
+        [Description("绌哄嚭搴�")]
+        EmptyOutbound,
+
+        /// <summary>
+        /// 閲嶅叆搴�
+        /// </summary>
+        [Description("閲嶅叆搴�")]
+        reInStock,
+
+        /// <summary>
         /// 浠诲姟鎵ц閿欒
         /// </summary>
         [Description("浠诲姟鎵ц閿欒")]
@@ -134,4 +154,4 @@
         [Description("鏈煡")]
         Unkonw
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3