| | |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseRepository; |
| | | using WIDESEA_Core.Enums; |
| | | using WIDESEA_DTO.Stock; |
| | |
| | | Dt_StockInfo GetStockInfo(string palletCode); |
| | | |
| | | List<Dt_StockInfo> GetStockInfos(string materielCode); |
| | | |
| | | List<Dt_StockInfo> GetStockInfos(string materielCode, string lotNo, List<string> locationCodes); |
| | | |
| | | List<Dt_StockInfo> GetStockInfos(string materielCode, List<string> locationCodes); |
| | | |
| | |
| | | bool UpdateDataWithDetail(Dt_StockInfo stockInfo); |
| | | |
| | | Dt_StockInfo GetPalletStockInfo(string roadwayNo); |
| | | |
| | | WebResponseContent GetStockDetails(SaveModel saveModel); |
| | | |
| | | WebResponseContent UpdateGetStockDetails(SaveModel saveModel); |
| | | } |
| | | } |