xiangpei
2024-06-28 abd1516fa39da87f70d4f69dc4ec35f8f81946f1
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;
    /**
     * 建议时长(分钟)
@@ -76,4 +76,10 @@
     * */
    @TableField("deduct_type_score")
    private BigDecimal deductTypeScore;
    /**
     * 多选评分分数
     * */
    @TableField("content")
    private String content;
}