lohir
2024-10-17 24aed3ad1b13355cc587378c0fa28a77f1e776e6
src/main/java/com/ycl/jxkg/domain/exam/PaperQuestionSettingDTO.java
@@ -7,13 +7,10 @@
@Data
public class PaperQuestionSettingDTO {
    //标题(单选题、判断题)
    //标题(单选题(20分)...)
    private String title;
    //题目类别
    private Integer questionType;
    //随机试卷题目数量
    private Integer num;
    //随机试卷题目分数
    private BigDecimal score;
    //题目配置
    List<PaperSettingItem> settingList;
}