src/main/java/com/ycl/jxkg/domain/entity/ExamPaper.java
@@ -23,12 +23,6 @@ private String name; /** * 学科 */ @TableField("subject_id") private Integer subjectId; /** * 试卷类型( 1固定试卷 2.随即试卷 3.随序试卷) */ @TableField("paper_type") @@ -43,8 +37,8 @@ /** * 题目数量 */ @TableField("question_count") private Integer questionCount; @TableField("num") private Integer num; /** * 建议时长(分钟) @@ -78,7 +72,7 @@ private BigDecimal deductTypeScore; /** * 多选评分分数 * 题目格式 * */ @TableField("content") private String content;