Skip to content

Commit

Permalink
refactor: renomeando nome da model Lancamento
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobarbosaocb authored Oct 27, 2023
1 parent 8aa9206 commit 53179d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Mapeamento(models.Model):
id_instituicao_executora = models.CharField(max_length=200)
id_tipo = models.CharField(max_length=200)

class MapeamentoConveniar(models.Model):
class Lancamento(models.Model):
id_mapeamento = models.IntegerField(primary_key=True)
id_favorecido = models.CharField(max_length=200)
nome_favorecido = models.CharField(max_length=200)
Expand Down

0 comments on commit 53179d7

Please sign in to comment.