lohir
2024-10-17 24aed3ad1b13355cc587378c0fa28a77f1e776e6
src/main/java/com/ycl/jxkg/domain/question/RandomQuestionDTO.java
@@ -5,5 +5,7 @@
@Data
public class RandomQuestionDTO {
    private Integer questionId;
    private Integer subjectId;
    private Integer questionType;
    private Integer difficult;
}