Construtor default na Clasificacion fixes bug #AL-3890
parent
38e00c557a
commit
91d0ee34c7
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.40.4</version>
|
||||
<version>1.40.5</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
|
@ -53,6 +53,9 @@ public class Clasificacion implements Serializable {
|
|||
this.clasificacionId = clasificacionId;
|
||||
}
|
||||
|
||||
public Clasificacion() {
|
||||
}
|
||||
|
||||
public Integer getClasificacionId() {
|
||||
return clasificacionId;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue