| | |
| | | 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> |
| | | /// æ¥æ¾æµ
è´§ä½ç¶æ |
| | |
| | | /// <returns></returns> |
| | | Dt_LocationInfo? ShallowGetLocation(string roadway, int Locationtype, int row, int Layer, int Column); |
| | | |
| | | /// <summary> |
| | | /// æ¥æ¾è´§ä½ |
| | | /// </summary> |
| | | /// <param name="LocationCode">è´§ä½ç¼å·</param> |
| | | /// <returns></returns> |
| | | Dt_LocationInfo? FindStorageLocation(string LocationCode); |
| | | |
| | | /// <summary> |
| | | /// å¤æè¡ |
| | | /// </summary> |
| | | /// <param name="RoadwayNo">å··éç¼å·</param> |
| | | /// <param name="locrow">è¡</param> |
| | | /// <returns></returns> |
| | | int judgmentRow(string RoadwayNo, int locrow); |
| | | |
| | | //è·ååºä½ç«ä½å¾æ°æ® |
| | | #region è·ååºä½ç«ä½å¾æ°æ® |
| | | WebResponseContent GetArea(); |
| | | WebResponseContent GetLocationStatus(int WarehouseId, string RoadwayNo); |
| | | |
| | | #endregion |
| | | WebResponseContent EnableAllLocationsInRoadway(string roadwayNo); |
| | | WebResponseContent DisableAllLocationsInRoadway(string roadwayNo); |
| | | WebResponseContent GetWarehouseCapacity(); |
| | | } |
| | | } |
| | | } |