From 867aba2636e34a1050b1c4c84bbe78cc9c39b553 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期六, 22 三月 2025 15:11:11 +0800 Subject: [PATCH] 1 --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/TaskEnum.cs | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/TaskEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/TaskEnum.cs" index 9595d69..f987e25 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/TaskEnum.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/TaskEnum.cs" @@ -240,10 +240,33 @@ [Description("鏂板缓")] AGV_New = 500, + [Description("闃熷垪涓�")] + AGV_Query = 505, + + [Description("宸蹭笅鍙�")] + AGV_SendOut = 508, + [Description("鎵ц涓�")] AGV_Executing = 510, + [Description("璧风偣鎵ц瀹屾垚")] + AGV_Complete = 515, + [Description("瀹屾垚")] - AGV_Finish = 520 + AGV_Finish = 520, + + [Description("鍙栨秷")] + AGV_Cancel = 530, + + [Description("鍙栨秷")] + AGV_Fail = 540, + + [Description("鎵嬪姩瀹屾垚")] + AGV_Completion = 550, + + [Description("鎵嬪姩鍙栨秷")] + AGV_ManuallyCancel = 560 + + } } -- Gitblit v1.9.3