chenyong
2025-06-09 4f8cbd783208925be8ccbfed198b86e20523ec0e
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();
    }
}