Demo
2024-07-17 cee9fb315dfcf89956fecee9ed2031ad9357e228
Wms/WMS.IBLL/IBllSoServer/IExportNoticeServer.cs
@@ -49,7 +49,7 @@
        /// <param name="type">类型</param>
        /// <param name="msg">物流编码、名称、批次</param>
        /// <returns></returns>
        List<ExStockInfoDto> GetStockGroupList( string type, string msg);
        List<ExStockInfoDto> GetStockGroupList( string type, string ownerNo, string msg);
        /// <summary>
        /// 添加出库单
        /// </summary>
@@ -149,7 +149,7 @@
        /// <param name="userId">操作人</param> 
        /// <param name="url">下发路径</param> 
        /// <returns></returns>
        OutCommandDto AgainSendSoTask(string taskNo, int userId,string url);
        OutCommandDto AgainSendSoTask(string taskNo, string Receiver, int userId,string url);
        /// <summary>
        /// 手动取消出库任务
        /// </summary>