生成-物料收发明细

This commit is contained in:
tongfei
2023-11-17 11:07:39 +08:00
parent e41f1b16aa
commit ae21319ef3
11 changed files with 289 additions and 0 deletions

View File

@@ -293,6 +293,8 @@ namespace WMS.Web.Repositories.DependencyInjection
Services.AddTransient<IOutStockTaskService, OutStockTaskService>();
Services.AddTransient<ISerialNumberService, SerialNumberService>();
Services.AddTransient<IBoxInventoryService, BoxInventoryService>();
Services.AddTransient<IInventoryInOutDetailsService, InventoryInOutDetailsService>();
}
}
}