fixes bug #6717
fixes bug #6719 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@48816 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
138afb3cb3
commit
de7d99243f
|
@ -41,6 +41,7 @@ public class Aidf implements java.io.Serializable {
|
|||
private Boolean activo;
|
||||
private Date fecmodif;
|
||||
private Integer usuarioId;
|
||||
private String cnpj;
|
||||
|
||||
public Aidf() {
|
||||
}
|
||||
|
@ -197,6 +198,15 @@ public class Aidf implements java.io.Serializable {
|
|||
fecadquisicion = _fecadquisicion;
|
||||
}
|
||||
|
||||
@Column(name = "CNPJ", length = 20)
|
||||
public String getCnpj() {
|
||||
return cnpj;
|
||||
}
|
||||
|
||||
public void setCnpj(String cnpj){
|
||||
this.cnpj = cnpj;
|
||||
}
|
||||
|
||||
@Temporal(TemporalType.DATE)
|
||||
@Column(name = "FECVENCIMIENTO", length = 7)
|
||||
public Date getFecvencimiento() {
|
||||
|
|
Loading…
Reference in New Issue