刘磊
2025-06-09 8f6a1e8a01a518a384d22f0f773459be744a2a4d
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();
    }
}