fixes bug #8287
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@62938 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c8607c543a
commit
372a84c767
|
@ -131,6 +131,9 @@ public class Empresa implements Serializable {
|
|||
|
||||
@Column(name = "INDENVIAEMAILCOMISSAO")
|
||||
private Boolean indenviaemailcomissao;
|
||||
|
||||
@Column(name = "INDNAOPERMITECONFSEMMALOTE")
|
||||
private Boolean indnaopermiteconfsemmalote;
|
||||
|
||||
@Column(name = "EMAIL_PENDENCIA")
|
||||
private String email;
|
||||
|
@ -513,5 +516,13 @@ public class Empresa implements Serializable {
|
|||
this.email = email;
|
||||
}
|
||||
|
||||
public Boolean getIndnaopermiteconfsemmalote() {
|
||||
return indnaopermiteconfsemmalote;
|
||||
}
|
||||
|
||||
public void setIndnaopermiteconfsemmalote(Boolean indnaopermiteconfsemmalote) {
|
||||
this.indnaopermiteconfsemmalote = indnaopermiteconfsemmalote;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue