correção model MensagemRecusa: campo n existe mais
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@73034 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4c65faa5da
commit
869208ce7d
|
@ -50,9 +50,6 @@ public class MensagemRecusa implements Serializable {
|
||||||
@Column(name = "USUARIO_ID")
|
@Column(name = "USUARIO_ID")
|
||||||
private Integer usuarioId;
|
private Integer usuarioId;
|
||||||
|
|
||||||
@Column(name= "TIPO_RELATORIO")
|
|
||||||
private Short tipoRelatorio;
|
|
||||||
|
|
||||||
public MensagemRecusa() {
|
public MensagemRecusa() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -112,12 +109,4 @@ public class MensagemRecusa implements Serializable {
|
||||||
this.usuarioId = usuarioId;
|
this.usuarioId = usuarioId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Short getTipoRelatorio() {
|
|
||||||
return tipoRelatorio;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setTipoRelatorio(Short tipoRelatorio) {
|
|
||||||
this.tipoRelatorio = tipoRelatorio;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue