lohir
2024-10-21 1038a53e4b173bb853547e5250565567b8e85716
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;
}