bug#10590
dev:fabio qua:wallysson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@85612 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6d624f8228
commit
2321720270
|
@ -227,6 +227,8 @@ public class Empresa implements Serializable {
|
||||||
@Column(name = "INDIMPRIME2VIASIMPRENAOFISCAL")
|
@Column(name = "INDIMPRIME2VIASIMPRENAOFISCAL")
|
||||||
private Boolean indImprime2ViasImpreNaoFiscal;
|
private Boolean indImprime2ViasImpreNaoFiscal;
|
||||||
|
|
||||||
|
@Column(name = "INDEXIBEDIFMENORTROCACEECF")
|
||||||
|
private Boolean indExibeDiferencaMenorTrocaCupomEmbarqueEcf;
|
||||||
|
|
||||||
public Empresa() {
|
public Empresa() {
|
||||||
super();
|
super();
|
||||||
|
@ -866,5 +868,13 @@ public class Empresa implements Serializable {
|
||||||
this.indImprime2ViasDevolucao = indImprime2ViasDevolucao;
|
this.indImprime2ViasDevolucao = indImprime2ViasDevolucao;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndExibeDiferencaMenorTrocaCupomEmbarqueEcf() {
|
||||||
|
return indExibeDiferencaMenorTrocaCupomEmbarqueEcf;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndExibeDiferencaMenorTrocaCupomEmbarqueEcf(Boolean indExibeDiferencaMenorTrocaCupomEmbarqueEcf) {
|
||||||
|
this.indExibeDiferencaMenorTrocaCupomEmbarqueEcf = indExibeDiferencaMenorTrocaCupomEmbarqueEcf;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue