| | |
| | | using Wms.Tools; |
| | | using Microsoft.Extensions.Options; |
| | | using Model.ModelDto.DataDto; |
| | | using Model.ModelDto; |
| | | |
| | | namespace Wms.Controllers |
| | | { |
| | |
| | | /// <returns></returns> |
| | | [HttpGet] |
| | | [ServiceFilter(typeof(ApiResponseActionFilter))] |
| | | public async Task<List<DataStockDetail>> GetStockQueryList(string locatNo, string palletNo, string boxno) |
| | | public async Task<List<StockDetailWithQtyDto>> GetStockQueryList(string locatNo, string palletNo, string boxno) |
| | | { |
| | | return await _pdaCrSvc.GetStockQueryList(locatNo, palletNo, boxno); |
| | | } |