chenyong
2025-06-18 867793e0bd4d8e84b8ae98e31d5d722fdb73cee9
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();
    }
}