From 4924bec5e175fc3456bb1e6a6539ffa1620b573e Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期四, 07 三月 2024 11:22:53 +0800 Subject: [PATCH] 下游接口调用出库移库完成接口 --- Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs index d72b933..b5bd275 100644 --- a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs +++ b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs @@ -126,7 +126,7 @@ /// <param name="url">涓嬪彂鍑哄簱璺緞</param> /// <param name="str">鎻愮ず淇℃伅</param> /// <returns>涓嬪彂鐨勬寚浠ら泦鍚�</returns> - List<OutCommandDto> IssueOutHouse(string soNo, string outMode, int userId,string url,out string str); + List<OutCommandDto> IssueOutHouse(string soNo, string unstackingMode, string outMode, string loadingAddre, int userId,string url,out string str); /// <summary> /// wcs杩斿洖鐨勬垚鍔熶俊鍙锋垨鎵嬪姩瀹屾垚锛堝嚭搴撴垚鍔燂級 /// </summary> @@ -136,6 +136,13 @@ void ExportSuccess(string taskNo,int userId); /// <summary> + /// wcs杩斿洖鐨勬垚鍔熶俊鍙锋垨鎵嬪姩瀹屾垚锛堢Щ搴撴垚鍔燂級 + /// </summary> + /// <param name="taskNo"></param> + /// <param name="userId"></param> + void RelocationSuccess(string taskNo, int userId); + + /// <summary> /// 閲嶆柊涓嬪彂鍑哄簱浠诲姟 /// </summary> /// <param name="taskNo">浠诲姟鍙�</param> -- Gitblit v1.8.0