diff --git a/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java b/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java index c52b44c7f..5b28152a0 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java +++ b/src/com/rjconsultores/ventaboletos/entidad/EmpresaImposto.java @@ -145,6 +145,9 @@ public class EmpresaImposto implements Serializable { @Column(name = "INDBPE") private Boolean isBPe; + + @Column(name = "INDREDBASEICMSBPE") + private Boolean indRedutorBaseIcmsBPe; public EmpresaImposto() { } @@ -751,5 +754,13 @@ public class EmpresaImposto implements Serializable { public void setPorcRedBaseIcmsIM(BigDecimal porcRedBaseIcmsIM) { this.porcRedBaseIcmsIM = porcRedBaseIcmsIM; + } + + public Boolean getIndRedutorBaseIcmsBPe() { + return indRedutorBaseIcmsBPe; + } + + public void setIndRedutorBaseIcmsBPe(Boolean indRedutorBaseIcmsBPe) { + this.indRedutorBaseIcmsBPe = indRedutorBaseIcmsBPe; } } \ No newline at end of file