即时库存-服务

This commit is contained in:
tongfei
2023-11-17 13:33:10 +08:00
parent fc31334876
commit 619cea05f2
8 changed files with 225 additions and 2 deletions

View File

@@ -294,6 +294,7 @@ namespace WMS.Web.Repositories.DependencyInjection
Services.AddTransient<ISerialNumberService, SerialNumberService>();
Services.AddTransient<IBoxInventoryService, BoxInventoryService>();
Services.AddTransient<IInventoryInOutDetailsService, InventoryInOutDetailsService>();
Services.AddTransient<IInventoryDetailsService, InventoryDetailsService>();
}
}