Skip to content

Commit

Permalink
[PAGOPA-1732] chore: introduced aca and standin flags to PaStazionePa
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-cialini committed Jul 19, 2024
1 parent 82cb1f6 commit 8e86515
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,11 @@ public class PaStazionePa {
@Convert(converter = YesNoConverter.class)
@Column(name = "PAGAMENTO_SPONTANEO", nullable = false)
private Boolean pagamentoSpontaneo = false;

@Column(name = "ACA", nullable = false)
private Boolean aca = true;

@Column(name = "STANDIN", nullable = false)
private Boolean standin = true;

}

0 comments on commit 8e86515

Please sign in to comment.