修复bug

This commit is contained in:
18942506660
2024-11-01 11:46:00 +08:00
parent a2fa293414
commit 9f62fad756
5 changed files with 7 additions and 6 deletions

View File

@@ -93,6 +93,7 @@ namespace WMS.Web.Domain.Services
OrgCode = item.OrgCode,
StockCode = item.StockCode,
Qty = item.Qty,
Batch=item.Batch,
BeforeQty = item.BeforeQty
};
inventoryList.Add(entity);