variables ids faltantes
This commit is contained in:
@@ -29,6 +29,15 @@ export class Multa {
|
||||
@Column({ type: Boolean, nullable: false, default: false })
|
||||
retraso: boolean;
|
||||
|
||||
@Column({ type: Number, nullable: true })
|
||||
id_institucion_infraccion: number;
|
||||
|
||||
@Column({ type: Number, nullable: true })
|
||||
id_operador: number;
|
||||
|
||||
@Column({ type: Number, nullable: true })
|
||||
id_prestamo: number;
|
||||
|
||||
@ManyToOne(
|
||||
() => InstitucionInfraccion,
|
||||
(institucionInfraccion) => institucionInfraccion.multas,
|
||||
|
||||
Reference in New Issue
Block a user