From 04d10bce51a6272d02a4a0f1b05a4f64bf73f273 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 05 8月 2025 16:48:03 +0800
Subject: [PATCH] 休眠10秒 ,2秒改为10秒 【Editby shaocx,2025-08-05】

---
 CC/iWareModel/EnumType/WMS/RbTaskTypeEnum.cs |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/CC/iWareModel/EnumType/WMS/RbTaskTypeEnum.cs b/CC/iWareModel/EnumType/WMS/RbTaskTypeEnum.cs
index b1ac2b9..6cab396 100644
--- a/CC/iWareModel/EnumType/WMS/RbTaskTypeEnum.cs
+++ b/CC/iWareModel/EnumType/WMS/RbTaskTypeEnum.cs
@@ -18,22 +18,28 @@
         鍏ュ簱浠诲姟 = 1,
 
         /// <summary>
-        /// 鍑哄簱浠诲姟
+        /// 榻愬寘鍑哄簱浠诲姟
         /// </summary>
-        [Description("鍑哄簱浠诲姟")]
-        鍑哄簱浠诲姟 = 2,
+        [Description("榻愬寘鍑哄簱浠诲姟")]
+        榻愬寘鍑哄簱浠诲姟 = 2,
+
+        /// <summary>
+        /// 寮哄埗鍑哄簱浠诲姟
+        /// </summary>
+        [Description("寮哄埗鍑哄簱浠诲姟")]
+        寮哄埗鍑哄簱浠诲姟 = 3,
 
         /// <summary>
         /// 鐮佹澘浠诲姟
         /// </summary>
         [Description("鐮佹澘浠诲姟")]
-        鐮佹澘浠诲姟 = 3,
+        鐮佹澘浠诲姟 = 4,
 
         /// <summary>
-        /// 澶规澘浠诲姟
+        /// 鍚堝寘浠诲姟
         /// </summary>
-        [Description("澶规澘浠诲姟")]
-        澶规澘浠诲姟 = 4
+        [Description("鍚堝寘浠诲姟")]
+        鍚堝寘浠诲姟 = 5
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3