|
|
@ -67,6 +67,11 @@ public class StoreEntityFrameworkCoreModule : AbpModule |
|
|
|
context.Services.AddTransient<ICountAdjustRequestRepository, CountAdjustRequestEfCoreRepository>(); |
|
|
|
context.Services.AddTransient<IWipWarehouseAdjustRequestRepository, WipWarehouseAdjustRequestEfCoreRepository>(); |
|
|
|
|
|
|
|
context.Services.AddTransient<ICoatingMaterialRequestRepository, CoatingMaterialRequestEfCoreRepository>(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
#region Notes
|
|
|
@ -105,6 +110,7 @@ public class StoreEntityFrameworkCoreModule : AbpModule |
|
|
|
context.Services.AddTransient<IContainerBindNoteRepository, ContainerBindNoteEfCoreRepository>(); |
|
|
|
context.Services.AddTransient<INoOkConvertOkNoteRepository, NoOkConvertOkNoteEfCoreRepository>(); |
|
|
|
context.Services.AddTransient<IWipWarehouseAdjustNoteRepository, WipWarehouseAdjustNoteEfCoreRepository>(); |
|
|
|
context.Services.AddTransient<ICoatingIssueNoteRepository, CoatingIssueNoteEfCoreRepository>(); |
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
@ -125,7 +131,7 @@ public class StoreEntityFrameworkCoreModule : AbpModule |
|
|
|
context.Services.AddTransient<IUnplannedIssueJobRepository, UnplannedIssueJobEfCoreRepository>(); |
|
|
|
context.Services.AddTransient<IUnplannedReceiptJobRepository, UnplannedReceiptJobEfCoreRepository>(); |
|
|
|
context.Services.AddTransient<IProductionReturnJobRepository, ProductionReturnJobEfCoreRepository>(); |
|
|
|
|
|
|
|
context.Services.AddTransient<ICoatingIssueJobRepository, CoatingIssueJobEfCoreRepository>(); |
|
|
|
#endregion
|
|
|
|
|
|
|
|
context.Services.AddTransient<IExchangeDataRepository, ExchangeDataEfCoreRepository>(); |
|
|
|