fuliqi
2024-07-10 3b59408f8da4c87da5aacd29cd1b7b0f2575b5ad
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;