xiangpei
2024-07-09 126c774854a74f02e5deaee308a7688e0f171aaa
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;
}