fuliqi
2024-06-18 c46f49af9e766aed0ba583fce0efab98ebcdf76c
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;
}