| | |
| | | public interface IStockInfoService : IService<DtStockInfo> |
| | | { |
| | | /// <summary> |
| | | /// æ ¹æ®ç©æç¼ç è·ååºåå¯ç¨éè§å¾ |
| | | /// åºåè§å¾ |
| | | /// </summary> |
| | | /// <param name="materielCode"></param> |
| | | /// <param name="viewDto"></param> |
| | | /// <returns></returns> |
| | | List<StockSelectViewDTO> GetStockSelectViews(GetStockSelectViewDto viewDto); |
| | | |
| | | |
| | | List<DtLocationInfo> GetStockLocations(List<DtLocationInfo>? locations); |
| | | |
| | |
| | | /// <returns></returns> |
| | | Task<WebResponseContent> DeleteGroupPlateAsync(GroupPlate groupPlate); |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®è¯·æ±åºåºä»»å¡ |
| | | /// </summary> |
| | | /// <param name="requestOut"></param> |
| | | /// <returns></returns> |
| | | Task<WebResponseContent> GenerateOutboundTask(GenerateOutTaskDto requestOut); |
| | | |
| | | WebResponseContent GetStockView(GetStockSelectViewDto viewDto); |
| | | |
| | | } |