From 85458565e09bda1044d19b13d0b1ffb7ab576857 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期五, 22 十一月 2024 16:47:40 +0800
Subject: [PATCH] 货位分配

---
 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Common/CommonEnum/EnableEnum.cs |   21 ++-------------------
 1 files changed, 2 insertions(+), 19 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/CommonEnum/EnableEnum.cs"
similarity index 62%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/CommonEnum/EnableEnum.cs"
index 17216eb..e4d3718 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/CommonEnum/EnableEnum.cs"
@@ -5,7 +5,7 @@
 using System.Text;
 using System.Threading.Tasks;
 
-namespace WIDESEA_Core.Enums
+namespace WIDESEA_Common.CommonEnum
 {
     /// <summary>
     /// 鍚鐘舵��
@@ -24,21 +24,4 @@
         [Description("鍚敤")]
         Enable = 1,
     }
-    
-
-    #region 搴撳瓨鐘舵��
-
-   
-
-    #endregion 搴撳瓨鐘舵��
-
-    public enum OperateType
-    {
-        浜哄伐鍒犻櫎 = 1,
-        鑷姩鍒犻櫎 = 2,
-        浜哄伐鎭㈠ = 3,
-        鑷姩鎭㈠ = 4,
-        浜哄伐瀹屾垚 = 5,
-        鑷姩瀹屾垚 = 6,
-    }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3