From 95909e9515f99f7aa9ead0c6e31456457363273e Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期四, 06 三月 2025 17:34:57 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs | 19 ++++++++++++++++++- 1 files changed, 18 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 87f2e46..d666898 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" @@ -28,6 +28,18 @@ Agv_FLSendTask, /// <summary> + /// PPAGV浠诲姟鍙戦�� + /// </summary> + [Description("PPAGV浠诲姟鍙戦��")] + Agv_PPSendTask, + + /// <summary> + /// ZHAGV浠诲姟鍙戦�� + /// </summary> + [Description("PPAGV浠诲姟鍙戦��")] + Agv_ZHSendTask, + + /// <summary> /// 鍥炶皟WMS浠诲姟瀹屾垚 /// </summary> [Description("鍥炶皟WMS浠诲姟瀹屾垚")] @@ -43,6 +55,11 @@ /// WMS鏄惁绉诲簱鍒ゆ柇 /// </summary> [Description("WMS鏄惁绉诲簱鍒ゆ柇")] - WMSIsReloaction + WMSIsReloaction, + /// <summary> + /// AGV鍌ㄤ綅缁戝畾鏌ヨ + /// </summary> + [Description("AGV鍌ㄤ綅缁戝畾鏌ヨ")] + Agv_CSJPodBerthAndMat } } -- Gitblit v1.9.3