From fd165176f2ff9b2b0ffc219e290d792f21a5bbe4 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期五, 16 一月 2026 16:44:34 +0800
Subject: [PATCH] 最新

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskEnumHelper.cs |   20 +-------------------
 1 files changed, 1 insertions(+), 19 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskEnumHelper.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskEnumHelper.cs"
index 711654b..544c72b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskEnumHelper.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/TaskEnum/TaskEnumHelper.cs"
@@ -15,24 +15,6 @@
             return Enum.GetValues(type).Cast<int>().ToList();
         }
 
-        public static TaskTypeGroup GetTaskTypeGroup(this int taskType)
-        {
-            if (taskType >= 500 && taskType < 900)
-            {
-                return TaskTypeGroup.InboundGroup;
-            }
-            else if (taskType >= 100 && taskType < 500)
-            {
-                return TaskTypeGroup.OutbondGroup;
-            }
-            else if (taskType >= 900 && taskType < 1000)
-            {
-                return TaskTypeGroup.RelocationGroup;
-            }
-            else
-            {
-                return TaskTypeGroup.OtherGroup;
-            }
-        }
+       
     }
 }

--
Gitblit v1.9.3