feat: support decimal on weight
This commit is contained in:
@@ -107,7 +107,7 @@ public class CompetitionData {
|
||||
public static class SimpleRegister {
|
||||
long id;
|
||||
int overCategory;
|
||||
Integer weight;
|
||||
Float weight;
|
||||
Categorie categorie;
|
||||
Long club;
|
||||
String club_str;
|
||||
|
||||
Reference in New Issue
Block a user