12394: Espec- Código ANTT

fixes bug#12394
dev:daniel
qua:junia

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@86312 d1611594-4594-4d17-8e1d-87c2c4800839
master
leonardo 2018-10-19 19:11:42 +00:00
parent d2c8bb007a
commit fce74fd69d
1 changed files with 10 additions and 0 deletions

View File

@ -84,6 +84,8 @@ public class Parada implements Serializable {
private List<Tramo> tramoDestinoList;
@Column(name = "CODANTT")
private Integer codantt;
@Column(name = "CODANTTAUX")
private Integer codanttaux;
@Column(name = "DESCPROCON")
private String descProcon;
@Column(name="INDVENDETOTEM")
@ -312,4 +314,12 @@ public class Parada implements Serializable {
this.indVendeTotem = indVendeTotem;
}
public Integer getCodanttaux() {
return codanttaux;
}
public void setCodanttaux(Integer codanttaux) {
this.codanttaux = codanttaux;
}
}