Merge pull request 'FixesBug#AL-4506' (!274) from AL-4506Fixes into master

Reviewed-on: adm/ModelWeb#274
Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>
master
luis.espina 2024-09-17 19:54:16 +00:00
commit cdfee6516b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId> <artifactId>ModelWeb</artifactId>
<version>1.108.0</version> <version>1.108.1</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

@ -17,7 +17,7 @@ import javax.persistence.TemporalType;
@Entity @Entity
@SequenceGenerator(name = "CONFIG_PRODUCTO_PARADA_SEQ", sequenceName = "CONFIG_PRODUCTO_PARADA_SEQ", allocationSize = 1) @SequenceGenerator(name = "CONFIG_PRODUCTO_PARADA_SEQ", sequenceName = "CONFIG_PRODUCTO_PARADA_SEQ", allocationSize = 1)
@Table(name = "CONF_PRODUCTO_PARADA") @Table(name = "CONFIGURACION_PRODUCTO_PARADA")
public class ConfiguracionProductoParada { public class ConfiguracionProductoParada {
@Id @Id