优化接口

This commit is contained in:
tongfei
2024-01-03 14:55:44 +08:00
parent e991071d67
commit 52dc793d50
4 changed files with 104 additions and 1 deletions

View File

@@ -295,7 +295,8 @@ namespace WMS.Web.Repositories.DependencyInjection
Services.AddTransient<IBoxInventoryService, BoxInventoryService>();
Services.AddTransient<IInventoryInOutDetailsService, InventoryInOutDetailsService>();
Services.AddTransient<IInventoryDetailsService, InventoryDetailsService>();
Services.AddTransient<IInStockTaskBoxService, InStockTaskBoxService>();
}
}
}