mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-20 05:50:53 +08:00
feat: add poll vote repository
This commit is contained in:
@@ -13,4 +13,5 @@ public class PollDto {
|
||||
private Map<Integer, Integer> votes;
|
||||
private LocalDateTime endTime;
|
||||
private List<AuthorDto> participants;
|
||||
private Map<Integer, List<AuthorDto>> optionParticipants;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user