src/main/java/com/mindskip/xzs/domain/vo/SelfPracticeVO.java
@@ -51,6 +51,13 @@ /** 做题总数 */ private Integer totalQuestionNum; /** 题目总数 */ @NotBlank(message = "题目数量不能为空") private Integer questionNum; private String questionIds; private Integer pageSize = 10; private Integer pageNum = 1; }