motivo en cancelacion operador
This commit is contained in:
@@ -18,6 +18,9 @@ export class Multa {
|
||||
@Column({ type: Boolean, nullable: false, default: true })
|
||||
activo: boolean;
|
||||
|
||||
@Column({ type: String, nullable: false })
|
||||
descripcion: string;
|
||||
|
||||
@Column({ type: Date, nullable: false })
|
||||
fecha_fin: Date;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user