bug#11029
bug#11028 dev:thiago qua:wallysson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@81887 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
1fd1a7910b
commit
e7f79fba89
|
@ -199,6 +199,9 @@ public class Empresa implements Serializable {
|
||||||
@Column(name = "CRTBPE")
|
@Column(name = "CRTBPE")
|
||||||
private Integer crtBPe;
|
private Integer crtBPe;
|
||||||
|
|
||||||
|
@Column(name = "INDEMITEBPEVDAIMPPOSTERIOR")
|
||||||
|
private Boolean indEmiteBpeVdaImpPosterior;
|
||||||
|
|
||||||
public Empresa() {
|
public Empresa() {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
@ -766,5 +769,13 @@ public class Empresa implements Serializable {
|
||||||
this.crtBPe = crtBPe;
|
this.crtBPe = crtBPe;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndEmiteBpeVdaImpPosterior() {
|
||||||
|
return indEmiteBpeVdaImpPosterior;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndEmiteBpeVdaImpPosterior(Boolean indEmiteBpeVdaImpPosterior) {
|
||||||
|
this.indEmiteBpeVdaImpPosterior = indEmiteBpeVdaImpPosterior;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue