Construtor default na Clasificacion fixes bug #AL-3890

master
fabio.fbarreto 2024-02-28 11:03:32 -03:00
parent 38e00c557a
commit 91d0ee34c7
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -53,6 +53,9 @@ public class Clasificacion implements Serializable {
this.clasificacionId = clasificacionId;
}
public Clasificacion() {
}
public Integer getClasificacionId() {
return clasificacionId;
}