package com.ycl.jxkg.domain.question; import lombok.Data; @Data public class RandomQuestionDTO { private Integer questionId; private Integer subjectId; private Integer questionType; private Integer difficult; }