feat: external website result connector
Some checks failed
Deploy Production Server / if_merged (pull_request) Failing after 2m31s

This commit is contained in:
2025-12-29 21:03:05 +01:00
parent 145d5e7ca8
commit bf377c9c5e
10 changed files with 1440 additions and 153 deletions

View File

@@ -21,6 +21,8 @@ public class ResultCategoryData {
HashMap<Character, List<PouleArrayData>> matchs = new HashMap<>();
HashMap<Character, List<RankArray>> rankArray = new HashMap<>();
ArrayList<TreeNode<TreeData>> trees;
String[] liceName;
long genTime;
@Data
@AllArgsConstructor