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 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs index df0233b..b5bd275 100644 --- a/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs +++ b/Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs @@ -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