si funciona no le muevas

This commit is contained in:
IO
2024-07-29 19:26:21 -06:00
parent 28aba967b1
commit 376e75c5ee
7 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Entity, PrimaryColumn, Column, OneToMany, Index } from 'typeorm';
import { Entity, PrimaryColumn, Column, OneToMany} from 'typeorm';
@Entity({ name: 'edificio' })
export class Edificio {