From c38154df95a2c2fa1bd32c45f6be9c0d98e37440 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 29 四月 2025 10:52:14 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Common/APIEnum/APIEnum.cs | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/APIEnum/APIEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/APIEnum/APIEnum.cs" index 8cc1abd..fc0fe80 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/APIEnum/APIEnum.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_Common/APIEnum/APIEnum.cs" @@ -28,6 +28,16 @@ [Description("ERP鎺ュ彛璋冪敤")] InvokeErpApi, /// <summary> + /// ERP鎴愬搧璁㈠崟瀹㈡埛鏌ヨ鎺ュ彛璋冪敤 + /// </summary> + [Description("ERP鎴愬搧璁㈠崟瀹㈡埛鏌ヨ鎺ュ彛璋冪敤")] + InvokeErpSaleCustomApi, + /// <summary> + /// ERP鎴愬搧鍑哄簱璁㈠崟鍑哄簱搴撳瓨鏌ヨ鎺ュ彛璋冪敤 + /// </summary> + [Description("ERP鎴愬搧璁㈠崟瀹㈡埛鏌ヨ鎺ュ彛璋冪敤")] + InvokeErpOutProErpSyncApi, + /// <summary> /// MES鍚屾娴嬭瘯鏋跺彴璐︿俊鎭� /// </summary> [Description("MES鍚屾娴嬭瘯鏋跺彴璐︿俊鎭�")] @@ -46,6 +56,11 @@ /// 搴撳瓨鏉垮嚭搴� /// </summary> [Description("搴撳瓨鏉垮嚭搴�")] - WMS_MES_ProductOutBound + WMS_MES_ProductOutBound, + /// <summary> + /// 鍥炶皟WCS浠诲姟瀹屾垚 + /// </summary> + [Description("鍥炶皟WCS浠诲姟瀹屾垚")] + FeedBackWCSTaskCompleted } } -- Gitblit v1.9.3