From c37bdc4abda4c5e54a88eb82ce9d0eee4cd4a58d Mon Sep 17 00:00:00 2001 From: "bruno.neves" Date: Mon, 29 May 2017 17:12:32 +0000 Subject: [PATCH] =?UTF-8?q?fix=20bug=20#0009037=20-corre=C3=A7=C3=A3o=20de?= =?UTF-8?q?=20erro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@69407 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../rjconsultores/ventaboletos/entidad/PrecioFixoPedagio.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/entidad/PrecioFixoPedagio.java b/src/com/rjconsultores/ventaboletos/entidad/PrecioFixoPedagio.java index f449c1661..993ac8322 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/PrecioFixoPedagio.java +++ b/src/com/rjconsultores/ventaboletos/entidad/PrecioFixoPedagio.java @@ -38,7 +38,7 @@ public class PrecioFixoPedagio implements Serializable { @Id @Basic(optional = false) @GeneratedValue(strategy = GenerationType.AUTO, generator = "PRECIO_FIXO_PEDAGIO_SEQ") - @Column(name = "PRECIOFIXO_ID") + @Column(name = "PRECIOFIXOPEDAGIO_ID") private Integer precioFixoId; @ManyToOne