Administrator
2 days ago 129373b1ce89aae170c4be97e7fe61a4b284d223
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;