Skip to content

Commit

Permalink
ajuste entidades
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfl2007 committed Feb 27, 2024
1 parent 9ce23c6 commit 263f82a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/cnab/entitys/header-arquivo.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ class HeaderArquivo extends EntityHelper{
dv_conta:string;
nome_empresa:string;
dt_geracao: Date;
@Column({ type: 'timestamp' })
@Column({ arg0: { type: 'timestamp' } })
hr_geracao: Date;
id_transacao:number;
}

function Column(arg0: { type: string; }): (target: HeaderArquivo, propertyKey: "hr_geracao") => void {
throw new Error("Function not implemented.");
}

function Entity(): (target: typeof HeaderArquivo) => void | typeof HeaderArquivo {
throw new Error("Function not implemented.");
}
Expand Down

0 comments on commit 263f82a

Please sign in to comment.