箱库存名称

This commit is contained in:
tongfei
2023-11-16 16:16:10 +08:00
parent ff6b6fc799
commit ec486c1dbd
4 changed files with 122 additions and 122 deletions

View File

@@ -292,7 +292,7 @@ namespace WMS.Web.Repositories.DependencyInjection
Services.AddTransient<IInStockTaskService, InStockTaskService>();
Services.AddTransient<IOutStockTaskService, OutStockTaskService>();
Services.AddTransient<ISerialNumberService, SerialNumberService>();
Services.AddTransient<IInventoryService, InventoryService>();
Services.AddTransient<IBoxInventoryService, BoxInventoryService>();
}
}
}