source: src/main/java/mk/ukim/finki/eglas/model/dto/ResultsDto.java@ ac151d1

main
Last change on this file since ac151d1 was ac151d1, checked in by David <darsov2@…>, 11 days ago

initial

  • Property mode set to 100644
File size: 217 bytes
Line 
1package mk.ukim.finki.eglas.model.dto;
2
3import lombok.Data;
4
5@Data
6public class ResultsDto {
7 private Long id;
8 private String participantName;
9 private Long votesCount;
10 private Double votesPercentage;
11}
Note: See TracBrowser for help on using the repository browser.