| | |
| | | /// </summary> |
| | | /// <param name="materielCode"></param> |
| | | /// <returns></returns> |
| | | List<StockSelectViewDTO> GetStockSelectViews(string materielCode); |
| | | List<StockSelectViewDTO> GetStockSelectViews(GetStockSelectViewDto viewDto); |
| | | |
| | | List<DtLocationInfo> GetStockLocations(List<DtLocationInfo>? locations); |
| | | |
| | | /// <summary> |
| | | /// 缁勭洏 |
| | |
| | | /// </summary> |
| | | /// <param name="requestOut"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent GenerateOutboundTask(GenerateOutTaskDto requestOut); |
| | | Task<WebResponseContent> GenerateOutboundTask(GenerateOutTaskDto requestOut); |
| | | } |