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

View File

@ -33,6 +33,9 @@ public class EventosFinanceirosVO {
private Long boletoId;
private String numFolioSistema;
public Long getEventoextraId() {
return eventoextraId;
}
@ -212,4 +215,13 @@ public class EventosFinanceirosVO {
this.boletoId = boletoId;
}
public String getNumFolioSistema() {
return numFolioSistema;
}
public void setNumFolioSistema(String numFolioSistema) {
this.numFolioSistema = numFolioSistema;
}
}