对接老ops
This commit is contained in:
@@ -174,6 +174,8 @@ namespace WMS.Web.Repositories.DependencyInjection
|
||||
Services.Configure<HttpOptions>(Configuration.GetSection("HttpOptions"));
|
||||
Services.AddOptions<ErpOptions>();
|
||||
Services.Configure<ErpOptions>(Configuration.GetSection("ErpOptions"));
|
||||
Services.AddOptions<OpsOptions>();
|
||||
Services.Configure<OpsOptions>(Configuration.GetSection("OpsOptions"));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -234,6 +236,7 @@ namespace WMS.Web.Repositories.DependencyInjection
|
||||
Services.AddTransient<ISingleDataService, SingleDataService>();
|
||||
Services.AddTransient<IErpService, ErpService>();
|
||||
Services.AddTransient<IBackRecordService, BackRecordService>();
|
||||
Services.AddTransient<IOpsService, OpsService>();
|
||||
|
||||
|
||||
Services.AddTransient<IChangeMoveBoxService, ChangeMoveBoxService>();
|
||||
|
||||
Reference in New Issue
Block a user