F3.1: registrar dossier unificado por merge

This commit is contained in:
2026-09-07 14:20:22 -03:00
parent 9645d29ad8
commit a450665a6d
@@ -28,6 +28,7 @@ import { InventoryFamilyCatalogController } from './inventory-family-catalog.con
import { InventoryFamilyCatalogService } from './inventory-family-catalog.service';
import { FieldInventoryMergeController, InventoryMergeController } from './inventory-merge.controller';
import { InventoryMergeService } from './inventory-merge.service';
import { MergedInventoryDossierService } from './merged-inventory-dossier.service';
@Module({
imports: [AuditModule],
@@ -53,6 +54,7 @@ import { InventoryMergeService } from './inventory-merge.service';
InventoryStructureService,
InventoryFamilyCatalogService,
InventoryMergeService,
MergedInventoryDossierService,
AssetGeometriesService,
AssetHistoryService,
AssetMediaService,
@@ -66,6 +68,7 @@ import { InventoryMergeService } from './inventory-merge.service';
AssetHistoryService,
AssetsService,
InventoryMergeService,
MergedInventoryDossierService,
AssetGeometriesService,
AssetMediaService,
FieldDiscoveryInspectionLinkService,