package DTO; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data public class QuizzDTO { private int id; }