This commit is contained in:
tongfei
2024-04-17 16:33:51 +08:00
parent 7700bc37fb
commit 2e87e970a4
4 changed files with 56 additions and 1 deletions

View File

@@ -331,6 +331,7 @@ namespace WMS.Web.Repositories.DependencyInjection
Services.AddTransient<IBoxMarkService, BoxMarkService>();
Services.AddTransient<ISendMessageService, SendMessageService>();
Services.AddTransient<IMaterialService, MaterialService>();
Services.AddTransient<IRedisConcurrentProcessService, RedisConcurrentProcessService>();
}