From d8db1698c125618c1b5f62b009204ddc5d4eed5a Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期三, 19 三月 2025 20:34:08 +0800 Subject: [PATCH] 成品代码更新.... --- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs" index 0f3ddf8..219d1da 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs" @@ -26,12 +26,23 @@ /// </summary> [Description("杈呮枡AGV浠诲姟鍙戦��")] Agv_FLSendTask, + /// <summary> + /// 鎴愬搧AGV浠诲姟鍙戦�� + /// </summary> + [Description("鎴愬搧AGV浠诲姟鍙戦��")] + Agv_CPSendTask, /// <summary> /// PPAGV浠诲姟鍙戦�� /// </summary> [Description("PPAGV浠诲姟鍙戦��")] Agv_PPSendTask, + + /// <summary> + /// ZHAGV浠诲姟鍙戦�� + /// </summary> + [Description("PPAGV浠诲姟鍙戦��")] + Agv_ZHSendTask, /// <summary> /// 鍥炶皟WMS浠诲姟瀹屾垚 @@ -54,6 +65,11 @@ /// AGV鍌ㄤ綅缁戝畾鏌ヨ /// </summary> [Description("AGV鍌ㄤ綅缁戝畾鏌ヨ")] - Agv_CSJPodBerthAndMat + Agv_CSJPodBerthAndMat, + /// <summary> + /// 鎴愬搧鏂欑鍙栨斁璐ч�氱煡鍥炶皟 + /// </summary> + [Description("鎴愬搧鏂欑鍙栨斁璐ч�氱煡鍥炶皟")] + AGV_CPBoxApplyPass } } -- Gitblit v1.9.3