fuliqi
2024-10-17 8546b3d285af4235a0ef615a0c6e89486ae2c806
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;
}