xiangpei
2024-05-14 decf7856a39ff88488285cac45d3298f2844d614
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;
}