ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_IStockService/IStockInfoService.cs
@@ -15,6 +15,17 @@ { IStockInfoRepository Repository { get; } WebResponseContent StockQueryData(SaveModel saveModel); /// <summary> /// æå¨ç»ç /// </summary> WebResponseContent ManualMaterielGroup(SaveModel saveModel); /// <summary> /// è·åå¯ä½¿ç¨åºå /// </summary> List<Dt_StockInfo> GetUseableStocks(int materielId,decimal width, int warehoseId); /// <summary> /// åé å®é åºå /// </summary> List<Dt_StockInfo> GetOutboundStocks(List<Dt_StockInfo> stockInfos, decimal needQuantity); } }