代码管理/WMS/WIDESEA_WMSServer/WIDESEA_StockService/StockInfoService.cs
@@ -221,5 +221,18 @@ return BaseDal.GetStockInfos(materielCode, batchNo, locationCodes); } public WebResponseContent MatPicking(SaveModel saveModel) { WebResponseContent content= new WebResponseContent(); try { } catch (Exception ex) { content.Error(ex.Message); } return content; } } }