[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@81742 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
64b9d2eb79
commit
2eaae9ab50
|
@ -25,8 +25,8 @@ import javax.persistence.TemporalType;
|
|||
@SequenceGenerator(name = "EMPRESA_IMPOSTO_SEQ", sequenceName = "EMPRESA_IMPOSTO_SEQ", allocationSize = 1)
|
||||
@Table(name = "EMPRESA_IMPOSTO")
|
||||
public class EmpresaImposto implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Id
|
||||
@Basic(optional = false)
|
||||
@GeneratedValue(strategy = GenerationType.AUTO, generator = "EMPRESA_IMPOSTO_SEQ")
|
||||
|
@ -59,6 +59,8 @@ public class EmpresaImposto implements Serializable {
|
|||
private BigDecimal porCredEstadual;
|
||||
@Column(name = "PORCREDBASEICMS")
|
||||
private BigDecimal porCredBaseIcms;
|
||||
@Column(name = "PORCREDBASEICMSIM")
|
||||
private BigDecimal porcRedBaseIcmsIM;
|
||||
|
||||
@Column(name = "INDJANEIRO")
|
||||
private Boolean indJaneiro;
|
||||
|
@ -743,4 +745,11 @@ public class EmpresaImposto implements Serializable {
|
|||
this.isBPe = isBPe;
|
||||
}
|
||||
|
||||
public BigDecimal getPorcRedBaseIcmsIM() {
|
||||
return porcRedBaseIcmsIM;
|
||||
}
|
||||
|
||||
public void setPorcRedBaseIcmsIM(BigDecimal porcRedBaseIcmsIM) {
|
||||
this.porcRedBaseIcmsIM = porcRedBaseIcmsIM;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue