| | |
| | | |
| | | Task<WebResponseContent> QueryStockInfoForRealTrayJZAsync(string ProductLine, string PalletCode); |
| | | |
| | | public WebResponseContent QueryLocationFreeJZ(string RoadwayNo); |
| | | |
| | | #region 大屏接口 |
| | | |
| | | /// <summary> |
| | |
| | | /// <returns></returns> |
| | | WebResponseContent GetStockInfo(); |
| | | #endregion |
| | | /// <summary> |
| | | /// 获取货位状态 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent GetStockQuantity(); |
| | | |
| | | /// <summary> |
| | | /// 获取七日内的产量 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent Getproductionvolume(); |
| | | /// <summary> |
| | | /// 获取产量 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent Getoutput(); |
| | | } |