| | |
| | | using WIDESEA_Core.BaseRepository; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_DTO.Basic; |
| | | using WIDESEA_DTO.Task; |
| | | using WIDESEA_Model.Models; |
| | | |
| | | namespace WIDESEA_IBasicService |
| | |
| | | /// <param name="WarehouseId">ä»åºid</param> |
| | | /// <param name="LocationType">è´§ä½ç±»å</param> |
| | | /// <returns></returns> |
| | | string AccessingTunnel(int WarehouseId, int LocationType); |
| | | string AccessingTunnel(int WarehouseId, int LocationType, List<RoadwayTaskCount> roadwayTaskCounts); |
| | | |
| | | /// <summary> |
| | | /// æ¥æ¾æµ
è´§ä½ç¶æ |
| | |
| | | WebResponseContent GetArea(); |
| | | WebResponseContent GetLocationStatus(int WarehouseId, string RoadwayNo); |
| | | #endregion |
| | | WebResponseContent EnableAllLocationsInRoadway(string roadwayNo); |
| | | WebResponseContent DisableAllLocationsInRoadway(string roadwayNo); |
| | | WebResponseContent GetWarehouseCapacity(); |
| | | } |
| | | } |