| | |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent Getoutput(); |
| | | |
| | | /// <summary> |
| | | /// 获取超时库存信息 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent GetTimeout(); |
| | | |
| | | /// <summary> |
| | | /// 获取产量统计 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent Getproductionstatistics(); |
| | | /// <summary> |
| | | /// 获取货位状态不是空闲、有货的全部货位 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent GetLocationStatus(); |
| | | |
| | | Task<string> GetRoadWayAsync(List<string> process); |
| | | |
| | | Task<string> GetGWRoadWayAsync(List<string> process); |
| | | } |