bug #5898
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@40332 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
7406cb7071
commit
e5c3aad7f5
|
@ -108,6 +108,9 @@ public class EmpresaImposto implements Serializable {
|
|||
@Column(name = "INDICEICMSECF")
|
||||
private Integer indiceICMSecf;
|
||||
|
||||
@Column(name = "TRIBUTO")
|
||||
private BigDecimal tributo;
|
||||
|
||||
public EmpresaImposto() {
|
||||
}
|
||||
|
||||
|
@ -605,4 +608,12 @@ public class EmpresaImposto implements Serializable {
|
|||
return "com.rjconsultores.ventaboletos.entidad.EmpresaImposto[empresaImpostoId=" + empresaImpostoId + "]";
|
||||
}
|
||||
|
||||
public BigDecimal getTributo() {
|
||||
return tributo;
|
||||
}
|
||||
|
||||
public void setTributo(BigDecimal tributo) {
|
||||
this.tributo = tributo;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue