fuliqi
2024-07-04 c0792dcbc27d0580d9ed0e7aa3cf34c96c651840
src/main/java/com/ycl/jxkg/domain/exam/PaperQuestionSettingDTO.java
@@ -11,9 +11,6 @@
    private String title;
    //题目类别
    private Integer questionType;
    //随机试卷题目数量
    private Integer num;
    //随机试卷题目分数
    private BigDecimal score;
    //题目配置
    List<PaperSettingItem> settingList;
}