fuliqi
2024-07-12 113930813e1c27c90775b073142fc30d8d38f7fc
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;
}