admin
2025-06-07 3732bde983f34f5cb729ac1724b9795fb97d8941
aiflowy-modules/aiflowy-module-ai/src/main/java/tech/aiflowy/ai/entity/base/AiBotBase.java
@@ -100,6 +100,8 @@
    @Column(comment = "KEY")
    private String modelKEY;
    @Column(comment = "智能体类型")
    private Integer botTypeId;
    @Column(comment = "一级菜单编号")
    private Integer firstMenuId;
@@ -243,4 +245,11 @@
        this.modifiedBy = modifiedBy;
    }
    public Integer getBotTypeId() {
        return botTypeId;
    }
    public void setBotTypeId(Integer botTypeId) {
        this.botTypeId = botTypeId;
    }
}