fixed entities

This commit is contained in:
2025-09-19 18:30:44 -06:00
parent 0a27caf7ed
commit 429678dc3b
15 changed files with 113 additions and 79 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export class Servicio {
@OneToMany(
() => DetalleServicio,
(id_detalle_servicio) => id_detalle_servicio.id_servicio,
(id_detalle_servicio) => id_detalle_servicio.servicio,
)
detalles_servicio: DetalleServicio[];
}