Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.pmumali.quatro.model;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class RequeteResultatCourse {
|
||||
private Long courseId;
|
||||
private List<Long> chevauxPremiers;
|
||||
private List<Long> chevauxSeconds;
|
||||
private List<Long> chevauxTroisiemes;
|
||||
private List<Long> chevauxQuatriemes;
|
||||
private Double recetteNette;
|
||||
private Double prelevementsLegaux;
|
||||
}
|
||||
Reference in New Issue
Block a user