| | |
| | | |
| | | List<Dt_StockInfo> GetStockInfos(string materielCode); |
| | | |
| | | List<Dt_StockInfo> GetStockInfos(string materielCode, string lotNo, List<string> locationCodes); |
| | | List<Dt_StockInfo> GetStockInfos(int materielId,decimal width, List<string> locationCodes); |
| | | /// <summary> |
| | | /// è·åç管å¯ä½¿ç¨åºå |
| | | /// </summary> |
| | | List<Dt_StockInfo> GetStockInfos(string materielCode, decimal width, List<string> locationCodes); |
| | | |
| | | List<Dt_StockInfo> GetStockInfos(string materielCode, List<string> locationCodes); |
| | | |
| | | List<Dt_StockInfo> GetStockInfosByIds(List<int> ids); |
| | | |