Skip to content

Commit

Permalink
Merge pull request #199 from RJ-SMTR/feature-job-remessa
Browse files Browse the repository at this point in the history
Feature job remessa
  • Loading branch information
williamfl2007 committed Feb 28, 2024
2 parents 22557fa + 010d0fc commit c534052
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cnab/entity/detalhe-a.entity.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EntityHelper } from '../../utils/entity-helper';

import { EntityHelper } from './../../utils/entity-helper';
@Entity()
class DetalheA extends EntityHelper{
id_detalhe_a:number;
Expand Down
2 changes: 1 addition & 1 deletion src/cnab/entity/transacao-cliente-item.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class TransacaoClienteItem extends EntityHelper{

function Entity(): (target: typeof TransacaoClienteItem) => void | typeof TransacaoClienteItem {
throw new Error('Function not implemented.');
}
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit c534052

Please sign in to comment.