1
wankeda
2 天以前 786c5ca17012ff3a01faf466b751bdbe70629b97
´úÂë¹ÜÀí/NEWCode/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskCZService.cs
@@ -35,7 +35,7 @@
    {
        public Task<WebResponseContent> AddTaskCZAsync(CZTaskDto dto);
        public Task<WebResponseContent> DeleteTaskCZAsync(CZTaskDto dto);
        /// <summary>
        /// å®Œæˆä»»åŠ¡
        /// </summary>
@@ -53,7 +53,7 @@
        /// </summary>
        /// <param name="OutBoundTask"></param>
        /// <returns></returns>
        public Task<WebResponseContent> OutBoundTask(string sourceAddress);
        public Task<WebResponseContent> OutBoundTask(SaveModel saveModel);
        /// <summary>
        /// çƒ˜çƒ¤å›žç‚‰
@@ -61,6 +61,13 @@
        /// <param name="OutBoundTask"></param>
        /// <returns></returns>
        public Task<WebResponseContent> OutBoundTasks(SaveModel saveModel);
        /// <summary>
        /// æš‚存区送料
        /// </summary>
        /// <param name="saveModel"></param>
        /// <returns></returns>
        public Task<WebResponseContent> TemporarilyTasks(SaveModel saveModel);
    }
}