收货接口
This commit is contained in:
@@ -241,6 +241,8 @@ namespace WMS.Web.Repositories.DependencyInjection
|
||||
Services.AddTransient<IOutStockService, OutStockService>();
|
||||
Services.AddTransient<IInStockService, InStockService>();
|
||||
Services.AddTransient<IInStockTaskService, InStockTaskService>();
|
||||
Services.AddTransient<IOutStockTaskService, OutStockTaskService>();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user