modulo tipo usuario final

This commit is contained in:
xXpuma99Xx
2022-06-23 23:15:54 -05:00
parent 15f1083504
commit 5cf5825fd2
4 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Entity, Column, PrimaryGeneratedColumn, OneToMany } from 'typeorm';
import { Column, Entity, OneToMany, PrimaryGeneratedColumn } from 'typeorm';
import { Equipo } from '../../equipo/entity/equipo.entity';
import { Motivo } from '../../motivo/entity/motivo.entity';