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")
|
||||
private Boolean indImprime2ViasImpreNaoFiscal;
|
||||
|
||||
@Column(name = "INDEXIBEDIFMENORTROCACEECF")
|
||||
private Boolean indExibeDiferencaMenorTrocaCupomEmbarqueEcf;
|
||||
|
||||
public Empresa() {
|
||||
super();
|
||||
|
@ -865,6 +867,14 @@ public class Empresa implements Serializable {
|
|||
public void setIndImprime2ViasDevolucao(Boolean indImprime2ViasDevolucao) {
|
||||
this.indImprime2ViasDevolucao = indImprime2ViasDevolucao;
|
||||
}
|
||||
|
||||
public Boolean getIndExibeDiferencaMenorTrocaCupomEmbarqueEcf() {
|
||||
return indExibeDiferencaMenorTrocaCupomEmbarqueEcf;
|
||||
}
|
||||
|
||||
public void setIndExibeDiferencaMenorTrocaCupomEmbarqueEcf(Boolean indExibeDiferencaMenorTrocaCupomEmbarqueEcf) {
|
||||
this.indExibeDiferencaMenorTrocaCupomEmbarqueEcf = indExibeDiferencaMenorTrocaCupomEmbarqueEcf;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue