[BPE]: Adequação do envio da alíquota ICMS
bug#11062 dev:trevezani qua:regis git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@81746 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
2eaae9ab50
commit
022adf50ae
|
@ -146,6 +146,9 @@ public class EmpresaImposto implements Serializable {
|
||||||
@Column(name = "INDBPE")
|
@Column(name = "INDBPE")
|
||||||
private Boolean isBPe;
|
private Boolean isBPe;
|
||||||
|
|
||||||
|
@Column(name = "INDREDBASEICMSBPE")
|
||||||
|
private Boolean indRedutorBaseIcmsBPe;
|
||||||
|
|
||||||
public EmpresaImposto() {
|
public EmpresaImposto() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -752,4 +755,12 @@ public class EmpresaImposto implements Serializable {
|
||||||
public void setPorcRedBaseIcmsIM(BigDecimal porcRedBaseIcmsIM) {
|
public void setPorcRedBaseIcmsIM(BigDecimal porcRedBaseIcmsIM) {
|
||||||
this.porcRedBaseIcmsIM = porcRedBaseIcmsIM;
|
this.porcRedBaseIcmsIM = porcRedBaseIcmsIM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Boolean getIndRedutorBaseIcmsBPe() {
|
||||||
|
return indRedutorBaseIcmsBPe;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIndRedutorBaseIcmsBPe(Boolean indRedutorBaseIcmsBPe) {
|
||||||
|
this.indRedutorBaseIcmsBPe = indRedutorBaseIcmsBPe;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue