fixes bug#14008
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@91608 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ccff9a409e
commit
3c57c308e4
|
@ -134,6 +134,9 @@ public class EmpresaImposto implements Serializable {
|
|||
@Column(name = "TRIBUTACAOIMPORTACAO")
|
||||
private BigDecimal tributacaoImportacao;
|
||||
|
||||
@Column(name = "TRIBUTACAOIMPORTACAOIM")
|
||||
private BigDecimal tributacaoImportacaoIM;
|
||||
|
||||
@Column(name = "CODESTABELECIMENTO")
|
||||
private String codEstabelecimento;
|
||||
|
||||
|
@ -809,4 +812,13 @@ public class EmpresaImposto implements Serializable {
|
|||
public void setIndTribViagem(Boolean indTribViagem) {
|
||||
this.indTribViagem = indTribViagem;
|
||||
}
|
||||
|
||||
public BigDecimal getTributacaoImportacaoIM() {
|
||||
return tributacaoImportacaoIM;
|
||||
}
|
||||
|
||||
public void setTributacaoImportacaoIM(BigDecimal tributacaoImportacaoIM) {
|
||||
this.tributacaoImportacaoIM = tributacaoImportacaoIM;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue