xiangpei
2024-05-16 8fb4d22f55ea6bcc7dd24d53027145959575ce61
src/main/java/com/mindskip/xzs/domain/SelfPractice.java
@@ -21,9 +21,6 @@
    /** 备注 */
    private String remark;
    /** 题目数量 */
    private Integer questionNum;
    /** 练习类型 */
    private String practiceType;
@@ -42,7 +39,7 @@
    /** 已做题数 */
    private Integer doNum;
    /** 题目ID JSON */
    private String questionIds;
    /** 题目类型 */
    private String questionType;
}