Skip to content

Commit

Permalink
Merge branch 'feat/relatorio-analitico' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuo committed Oct 30, 2024
2 parents d4ec7d9 + 1e47585 commit 4bfd3da
Show file tree
Hide file tree
Showing 5 changed files with 606 additions and 690 deletions.
8 changes: 4 additions & 4 deletions src/relatorio/dtos/relatorio-analitico.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export class RelatorioAnaliticoDto {
Object.assign(this, analitico);
}
}

dataEfetivacao: Date;
dataVencimento: Date;
favorecido: string;
consorcio: string;
valorTransacao: number = 0;
valor: number = 0;
status: string;
ocorrencia: string;
}
ocorrencia: string;
}
Loading

0 comments on commit 4bfd3da

Please sign in to comment.