| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using Model.InterFaceModel; |
| | | using Model.ModelDto.BllSoDto; |
| | | using Model.ModelVm.BllSoVm; |
| | | using SqlSugar; |
| | | |
| | | namespace WMS.IBLL.IBllSoServer |
| | | { |
| | |
| | | /// <param name="limit">数量</param> |
| | | /// <param name="count">中数量</param> |
| | | /// <returns></returns> |
| | | List<WaveMageDto> GetWaveMageList(string waveNo, string status, string lotNo, int? logisticsId, int page, int limit, out int count); |
| | | Task<List<WaveMageDto>> GetWaveMageList(GetWaveMageVm model, RefAsync<int> count); |
| | | |
| | | /// <summary> |
| | | /// 获取添加波次单的出库单信息 |