刘磊
2024-11-23 222d2040c2a5e958b5fbd0b7047a8e802ec14288
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
    }
}