´úÂë¹ÜÀí/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> @@ -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); } }