From 3425c6c10844112bc52f71c6a76522c47aff3a6c Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期五, 05 十二月 2025 14:04:21 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs | 33 +++++++++++++++++++++++++++++++--
1 files changed, 31 insertions(+), 2 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs"
index 59a7cb3..bc336e9 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs"
@@ -422,16 +422,22 @@
SC_RelocationFinish = 315,
/// <summary>
+ /// 鏂板缓AGV绉诲簱浠诲姟
+ /// </summary>
+ [Description("鏂板缓AGV绉诲簱浠诲姟")]
+ RelocationNewAGV = 320,
+
+ /// <summary>
/// AGV绉诲簱鎵ц涓�
/// </summary>
[Description("AGV绉诲簱鎵ц涓�")]
- AGV_RelocationExecuting = 320,
+ AGV_RelocationExecuting = 325,
/// <summary>
/// AGV绉诲簱瀹屾垚
/// </summary>
[Description("AGV绉诲簱瀹屾垚")]
- AGV_RelocationFinish = 325,
+ AGV_RelocationFinish = 330,
/// <summary>
/// 绉诲簱浠诲姟瀹屾垚
@@ -707,4 +713,27 @@
鑷姩瀹屾垚 = 6,
}
#endregion
+
+ #region 鐩樼偣鐘舵��
+ public enum InventoryStatus
+ {
+ /// <summary>
+ /// 姝e父
+ /// </summary>
+ [Description("姝e父")]
+ Normal =0,
+
+ /// <summary>
+ /// 鐩樼泩
+ /// </summary>
+ [Description("鐩樼泩")]
+ Panying = 1,
+
+ /// <summary>
+ /// 鐩樹簭
+ /// </summary>
+ [Description("鐩樹簭")]
+ InventoryShortage = 2,
+ }
+ #endregion
}
\ No newline at end of file
--
Gitblit v1.9.3