feat: support decimal on weight
This commit is contained in:
@@ -18,8 +18,8 @@ public class RegisterRequestData {
|
||||
private String fname;
|
||||
private String lname;
|
||||
|
||||
private Integer weight;
|
||||
private Integer weightReal;
|
||||
private Float weight;
|
||||
private Float weightReal;
|
||||
private Integer overCategory;
|
||||
private boolean lockEdit = false;
|
||||
private List<Long> categoriesInscrites;
|
||||
|
||||
Reference in New Issue
Block a user