Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -244,4 +244,21 @@ { return Service.Getoutput(); } [HttpPost, AllowAnonymous, Route("GetTimeoutgetPageData")] public WebResponseContent GetTimeout() { return Service.GetTimeout(); } /// <summary> /// 产量统计 /// </summary> /// <returns></returns> [HttpPost,AllowAnonymous,Route("GetproductionstatisticsgetPageData")] public WebResponseContent Getproductionstatistics() { return Service.Getproductionstatistics(); } }