parent
0a2d8c871c
commit
77696a9040
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ModelWeb</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<version>1.5.1</version>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>rj-releases</id>
|
||||
|
|
|
@ -308,6 +308,9 @@ public class PuntoVenta implements Serializable, Auditavel<PuntoVenta> {
|
|||
@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<PuntoVenta> {
|
|||
public void setMerchantStoreAdyen(String merchantStoreAdyen) {
|
||||
this.merchantStoreAdyen = merchantStoreAdyen;
|
||||
}
|
||||
|
||||
public Integer getTempoMaxServicoEmVenda() {
|
||||
return tempoMaxServicoEmVenda;
|
||||
}
|
||||
|
||||
public void setTempoMaxServicoEmVenda(Integer tempoMaxServicoEmVenda) {
|
||||
this.tempoMaxServicoEmVenda = tempoMaxServicoEmVenda;
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue