| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using Model.ModelDto; |
| | | using Model.ModelDto; |
| | | using Model.ModelDto.BllCheckDto; |
| | | using Model.ModelDto.DataDto; |
| | | using Model.ModelDto.PdaDto; |
| | | using Model.ModelDto.SysDto; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WMS.Entity.DataEntity; |
| | | using WMS.Entity.SysEntity; |
| | | |
| | |
| | | /// <param name="palletNo"></param> |
| | | /// <returns></returns> |
| | | Task<List<SysStorageArea>> GetStorageArea(string palletNo); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 根据区域号获取储位地址集合 |
| | | /// </summary> |
| | | /// <param name="areaNo"></param> |
| | | /// <returns></returns> |
| | | /// <exception cref="Exception"></exception> |
| | | List<string> GetLocatByArea(string areaNo); |
| | | List<SysStorageLocatDto> GetLocatByArea(string areaNo); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 获取已分配的出库单据 |
| | | /// </summary> |