Administrator
2025-10-30 94193e74305a30697b9b6e8c841d34d3576a50c8
src/main/java/cc/mrbird/febs/ai/entity/AiProductQuestion.java
@@ -30,26 +30,6 @@
    private String title;
    /**
     * 答案
     */
    private String answer;
    /**
     * 是否是正确答案 0-否 1-是
     */
    private Integer correctAnswer;
    /**
     * 父ID,相同表示是同一个题目
     */
    private String parentId;
    /**
     * 答案解析
     */
    private String answerAnalysis;
    /**
     * 难度:1-简单,2-中等,3-困难
     */
    private Integer difficulty;