motivo en cancelacion operador

This commit is contained in:
xXpuma99Xx
2022-06-14 17:11:59 -05:00
parent af0e81cb62
commit 2ddd98be37
7 changed files with 59 additions and 12 deletions
+3
View File
@@ -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;