done all the implementations of each parts yet

This commit is contained in:
Aboubacar SANGARE
2025-09-25 13:22:35 +00:00
parent 4b7b8649d3
commit 9ceaec5bec
42 changed files with 2816 additions and 136 deletions

View File

@@ -0,0 +1,4 @@
package com.pmumali.plr.dtos;
public record ResultatChevalView(ChevalDto cheval, Integer numeroCheval, Integer rang) {}