fuliqi
2024-07-16 38f9471ecf47b7c15b352113bc0f5a2ec1e64e7b
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;
}