Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageTaskServices/Task/Dt_TaskService - 复制.cs
@@ -1182,6 +1182,11 @@ { return await Db.Queryable<Dt_Task>().Where(x => x.TaskNum == taskNum).FirstAsync(); } public Task<WebResponseContent> RequestInTask(RequestTaskDto input) { throw new NotImplementedException(); } #endregion } }