bug
luohairen
2024-10-30 df4898d55d3aa97f2cf455b4c351c37f2b84e257
src/main/java/com/ycl/jxkg/domain/entity/Question.java
@@ -18,7 +18,7 @@
    /**
     *    1.单选题 2.多选题 3.判断题 4.填空题 5.简答题
     *    题目类型 1.单选题 2.多选题 3.判断题 4.填空题 5.简答题 6.语音题 7.计算题 8.分析题
     */
    @TableField("question_type")
    private Integer questionType;