Construtor default na Clasificacion fixes bug #AL-3890' (!157) from AL-3890 into master

Reviewed-on: adm/ModelWeb#157
Reviewed-by: pinheiro <valdevir@rjconsultores.com.br>
master
fabio 2024-02-28 15:12:30 +00:00
commit 10d4472a71
2 changed files with 4 additions and 1 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.40.4</version> <version>1.40.5</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

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