修复bug
This commit is contained in:
@@ -348,7 +348,7 @@ namespace WMS.Web.Repositories.DependencyInjection
|
||||
Services.AddTransient<IMaterialService, MaterialService>();
|
||||
Services.AddTransient<IRedisConcurrentProcessService, RedisConcurrentProcessService>();
|
||||
Services.AddTransient<ILingXingService, LingXingService>();
|
||||
|
||||
Services.AddTransient<IProductInventoryService, ProductInventoryService>();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@ using WMS.Web.Core.Dto.Inventory;
|
||||
using WMS.Web.Core.Dto.MoveBoxRecord;
|
||||
using WMS.Web.Core.Dto.OutStock;
|
||||
using WMS.Web.Core.Dto.OutStockTask;
|
||||
using WMS.Web.Core.Dto.ProductInventory;
|
||||
using WMS.Web.Core.Dto.TakeStock;
|
||||
using WMS.Web.Domain.Infrastructure;
|
||||
using WMS.Web.Repositories;
|
||||
@@ -57,6 +58,7 @@ namespace Microsoft.Extensions.DependencyInjection
|
||||
services.AddTransient<IAllFielRepositories<InventoryInOutDetailsQueryRequest>, InventoryInOutDetailsRepositories>();
|
||||
services.AddTransient<IAllFielRepositories<BoxInventoryQueryRequest>, BoxInventoryRepositories>();
|
||||
services.AddTransient<IAllFielRepositories<BackRecordQueryRequest>, BackRecordRepositories>();
|
||||
services.AddTransient<IAllFielRepositories<ProductInventoryQueryRequest>, ProductInventoryRepositories>();
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user