Aumentar tamanho do campo corrida_id para 9 fixes bug#AL-4264
parent
de3cedc446
commit
431aeb4fa1
2
pom.xml
2
pom.xml
|
@ -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.77.3</version>
|
<version>1.78.0</version>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
|
@ -151,6 +151,8 @@ public class Constantes {
|
||||||
|
|
||||||
public static final Integer PERFIL_ADM_CONTRATO = 32;
|
public static final Integer PERFIL_ADM_CONTRATO = 32;
|
||||||
|
|
||||||
|
public static final String NUM_VIAJE_9_DIGITOS = "NUM_VIAJE_9_DIGITOS";
|
||||||
|
|
||||||
private Constantes() {
|
private Constantes() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue