From 6df1215b38e3baba8a3e3bbf0b9b9e7c05921e3c Mon Sep 17 00:00:00 2001 From: Fabio Date: Fri, 6 Sep 2024 09:46:47 -0300 Subject: [PATCH] campos de validade no contrato feat bug#AL-4785 --- pom.xml | 2 +- .../ventaboletos/entidad/ContratoCorporativo.java | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c0c9c144b..3f6c1a726 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 br.com.rjconsultores ModelWeb - 1.104.0 + 1.105.0 diff --git a/src/com/rjconsultores/ventaboletos/entidad/ContratoCorporativo.java b/src/com/rjconsultores/ventaboletos/entidad/ContratoCorporativo.java index aa6139183..0bd73a085 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/ContratoCorporativo.java +++ b/src/com/rjconsultores/ventaboletos/entidad/ContratoCorporativo.java @@ -60,6 +60,15 @@ public class ContratoCorporativo implements Serializable { @Column(name = "USUARIOREP_ID") private Integer usuarioRepId; + + @Column(name = "VALIDADE_VOUCHER") + private Integer validadeVoucher; + + @Column(name = "VALIDADE_ABERTO") + private Integer validadeAberto; + + @Column(name = "VALIDADE_EXPRESSO") + private Integer validadeExpresso; @Column(name = "TIPO_CALCULO") private Integer tipoCalculo;