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> @@ -244,5 +246,15 @@ /// <returns></returns> WebResponseContent GetStockInfo(); #endregion /// <summary> /// 获取货位状态 /// </summary> /// <returns></returns> WebResponseContent GetStockQuantity(); /// <summary> /// 获取七日内的产量 /// </summary> /// <returns></returns> WebResponseContent Getproductionvolume(); }