ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Task/TaskController.cs
@@ -105,6 +105,13 @@ return Service.OtherOutBoundTaskAsync(details); } [HttpPost, HttpGet, AllowAnonymous, Route("HandAllocateOutBoundTaskAsync")] [TypeFilter(typeof(ThrottleFilter), Arguments = new object[] { 2 })] public Task<WebResponseContent> HandAllocateOutBoundTaskAsync([FromBody] List<DtStockInfoDetail> details) { return Service.HandAllocateOutBoundTaskAsync(details); } /// <summary> /// ä»»å¡ç¶æä¿®æ¹ /// </summary>