增加序列号服务

This commit is contained in:
18942506660
2023-11-11 14:18:47 +08:00
parent d0139f855a
commit 32c63959dc
9 changed files with 109 additions and 10 deletions

View File

@@ -262,8 +262,7 @@ namespace WMS.Web.Repositories.DependencyInjection
Services.AddTransient<IInStockService, InStockService>();
Services.AddTransient<IInStockTaskService, InStockTaskService>();
Services.AddTransient<IOutStockTaskService, OutStockTaskService>();
Services.AddTransient<ISerialNumberService, SerialNumberService>();
}
}
}