feat: comp register optional weight config

This commit is contained in:
2026-01-22 15:13:48 +01:00
parent d2a7e6cbac
commit 4a07eb4ed9
12 changed files with 142 additions and 35 deletions

View File

@@ -19,6 +19,7 @@ public class RegisterRequestData {
private String lname;
private Integer weight;
private Integer weightReal;
private int overCategory;
private boolean lockEdit = false;
private List<Long> categoriesInscrites;