passcode controller and service

This commit is contained in:
Marco
2022-08-31 18:17:08 -05:00
parent 50d0f58d0b
commit 476a8f62d0
14 changed files with 207 additions and 110 deletions
+2
View File
@@ -15,6 +15,8 @@ import {
@Column({ type: String, nullable: false })
passcode: string;
@Column({ type: Boolean, nullable: true })
abrio: boolean
@OneToOne(() => Prestamo, (Prestamo) => Prestamo.id_prestamo, {
eager: true,