Errores arreglados

This commit is contained in:
Drakthor475
2025-10-24 10:41:40 -06:00
parent dd4f585dad
commit a2be3ee273
245 changed files with 1884 additions and 50 deletions
+2
View File
@@ -32,6 +32,8 @@ export class Equipo {
@Column({ length: 100, nullable: true })
modelo: string;
//Relaciones
@OneToMany(()=>Movimiento, mov => mov.equipo)
mov:Movimiento[]