valdevir 2016-11-09 15:43:26 +00:00
parent 679edb1e97
commit 5f59f0456c
1 changed files with 12 additions and 0 deletions

View File

@ -32,7 +32,10 @@ public class EventosFinanceirosVO {
private Boolean exigeConferenciaAba;
private Long boletoId;
private String numFolioSistema;
public Long getEventoextraId() {
return eventoextraId;
}
@ -211,5 +214,14 @@ public class EventosFinanceirosVO {
public void setBoletoId(Long boletoId) {
this.boletoId = boletoId;
}
public String getNumFolioSistema() {
return numFolioSistema;
}
public void setNumFolioSistema(String numFolioSistema) {
this.numFolioSistema = numFolioSistema;
}
}