| | |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_Core.Enums; |
| | | using WIDESEA_DTO.Basic; |
| | | using WIDESEA_IBasicRepository; |
| | | using WIDESEA_Model.Models; |
| | |
| | | Dt_LocationInfo? GetLocation(string roadway,int Locationtype); |
| | | Dt_LocationInfo? GetLocation2(string roadway, int Locationtype,int Startingcolumn, int Terminationcolumn); |
| | | Dt_LocationInfo? GetLocationplatform(string LocationName); |
| | | |
| | | /// <summary> |
| | | /// 修改货位状态及类型 |
| | | /// </summary> |
| | | /// <param name="location">货位对象</param> |
| | | /// <param name="palletType">托盘类型</param> |
| | | /// <param name="locationStatus">货位状态</param> |
| | | //void UpdateLocationStatus(Dt_LocationInfo location, int palletType, LocationStatusEnum locationStatus, int warehousId); |
| | | } |
| | | } |