listo prestamo

This commit is contained in:
xXpuma99Xx
2022-04-17 22:51:49 -05:00
parent 30c32c93c0
commit cbd0c4fe3c
9 changed files with 77 additions and 38 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ import { Modulo } from './modulo/entity/modulo.entity';
import { Motivo } from './motivo/entity/motivo.entity';
import { Multa } from './multa/entity/multa.entity';
import { Operador } from './operador/entity/operador.entity';
import { Prestamo } from './prestamo/prestamo.entity';
import { Prestamo } from './prestamo/entity/prestamo.entity';
import { Programa } from './programa/programa.entity';
import { Status } from './status/status.entity';
import { TipoCarrito } from './tipo-carrito/tipo-carrito.entity';