收货接口

This commit is contained in:
tongfei
2023-11-06 12:35:48 +08:00
15 changed files with 417 additions and 89 deletions

View File

@@ -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>();
}
}