chenyong
2025-05-22 03e09a08f4609cc61e64ca16129db5a3ccb85c1d
CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_IStorageTaskService/Task/IDt_TaskService.cs
@@ -230,6 +230,8 @@
    Task<WebResponseContent> QueryStockInfoForRealTrayJZAsync(string ProductLine, string PalletCode);
    public WebResponseContent QueryLocationFreeJZ(string RoadwayNo);
    #region 大屏接口
    /// <summary>
@@ -255,4 +257,9 @@
    /// </summary>
    /// <returns></returns>
    WebResponseContent Getproductionvolume();
    /// <summary>
    /// 获取产量
    /// </summary>
    /// <returns></returns>
    WebResponseContent Getoutput();
}