src/main/java/com/ycl/jxkg/domain/entity/ExamPaper.java
@@ -43,8 +43,8 @@ /** * 题目数量 */ @TableField("question_count") private Integer questionCount; @TableField("num") private Integer num; /** * 建议时长(分钟) @@ -78,7 +78,7 @@ private BigDecimal deductTypeScore; /** * 多选评分分数 * 题目格式 * */ @TableField("content") private String content;