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-87c2c4800839master
parent
d2c8bb007a
commit
fce74fd69d
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue