diff --git a/pom.xml b/pom.xml index fbe5c2674..da3877772 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 br.com.rjconsultores ModelWeb - 1.5.0 + 1.5.1 rj-releases diff --git a/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java b/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java index cd7c0548f..d79dce8c7 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java +++ b/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java @@ -308,6 +308,9 @@ public class PuntoVenta implements Serializable, Auditavel { @Column(name = "TIEMPOMAXBOLETOENVENTA") private Integer tiempoMaxBoletoEnVenta; + @Column(name = "TEMPOMAXSERVICOEMVENDA") + private Integer tempoMaxServicoEmVenda; + @Column(name = "INDQRCODECATRACARODEAN13") private Boolean indQrcodeCatracaRodEAN13; @@ -1377,5 +1380,14 @@ public class PuntoVenta implements Serializable, Auditavel { public void setMerchantStoreAdyen(String merchantStoreAdyen) { this.merchantStoreAdyen = merchantStoreAdyen; } + + public Integer getTempoMaxServicoEmVenda() { + return tempoMaxServicoEmVenda; + } + + public void setTempoMaxServicoEmVenda(Integer tempoMaxServicoEmVenda) { + this.tempoMaxServicoEmVenda = tempoMaxServicoEmVenda; + } + } \ No newline at end of file