feat: support decimal on weight

This commit is contained in:
2026-02-13 21:42:48 +01:00
parent 2fd09af0ea
commit d857fce71f
9 changed files with 19 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ public class CombEntity {
Genre genre;
String country;
int overCategory;
Integer weight;
Float weight;
List<CombEntity> teamMembers;
List<Long> categoriesInscrites;