Remoção de campo de tabela fiscal_relgerencial_empresa

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@45119 d1611594-4594-4d17-8e1d-87c2c4800839
master
thiago 2015-06-18 11:52:35 +00:00
parent e79f4da427
commit 2a21b9e4dc
2 changed files with 0 additions and 9 deletions

View File

@ -2,7 +2,6 @@ package com.rjconsultores.ventaboletos.dao.hibernate;
import java.util.List;
import org.apache.xmlbeans.impl.xb.xsdschema.RestrictionDocument.Restriction;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.SessionFactory;

View File

@ -26,8 +26,6 @@ public class FiscalRelgerencialEmpresa {
private Long fiscalrelgerencialId;
@Column(name = "TIPORELGERENCIAL")
private String tiporelgerencial;
@Column(name = "INDICE")
private String indice;
@Column(name = "DESCRICAO")
private String descricao;
@ManyToOne
@ -53,12 +51,6 @@ public class FiscalRelgerencialEmpresa {
public void setTiporelgerencial(String tiporelgerencial) {
this.tiporelgerencial = tiporelgerencial;
}
public String getIndice() {
return indice;
}
public void setIndice(String indice) {
this.indice = indice;
}
public String getDescricao() {
return descricao;
}