| | |
| | | using WMS.Entity.DataEntity; |
| | | using System.Collections.Generic; |
| | | using System.Xml; |
| | | using System.Threading.Tasks; |
| | | using SqlSugar; |
| | | |
| | | namespace WMS.IBLL.IBllSoServer |
| | | { |
| | |
| | | /// <param name="limit"></param> |
| | | /// <param name="count"></param> |
| | | /// <returns></returns> |
| | | List<ExportNoticeDto> GetExportNoticeList(string no,string type, string status, string LotNo,int? logisticsId,string isWave, string isDespatch,string waveNo, int page, int limit, out int count); |
| | | Task<List<ExportNoticeDto>> GetExportNoticeList(GetExportNoticeVm model, RefAsync<int> count); |
| | | |
| | | /// <summary> |
| | | /// 获取添加或修改出库单明细所显示的库存数据源 |