From b0a1260a566f6c844dd55c67d9587d4753840b0c Mon Sep 17 00:00:00 2001
From: admin <cgf12138@163.com>
Date: 星期三, 28 五月 2025 17:52:29 +0800
Subject: [PATCH] aaa

---
 aiflowy-modules/aiflowy-module-ai/src/main/java/tech/aiflowy/ai/entity/base/AiBotBase.java |   67 +++++++++++++++++++++++++++++++++
 1 files changed, 67 insertions(+), 0 deletions(-)

diff --git a/aiflowy-modules/aiflowy-module-ai/src/main/java/tech/aiflowy/ai/entity/base/AiBotBase.java b/aiflowy-modules/aiflowy-module-ai/src/main/java/tech/aiflowy/ai/entity/base/AiBotBase.java
index 2fe901e..41e3bd0 100644
--- a/aiflowy-modules/aiflowy-module-ai/src/main/java/tech/aiflowy/ai/entity/base/AiBotBase.java
+++ b/aiflowy-modules/aiflowy-module-ai/src/main/java/tech/aiflowy/ai/entity/base/AiBotBase.java
@@ -94,6 +94,73 @@
     @Column(comment = "淇敼鑰匢D")
     private BigInteger modifiedBy;
 
+    @Column(comment = "API鍝佺墝")
+    private String apiProvider;
+
+    @Column(comment = "API鍦板潃")
+    private String apiEndpoint;
+
+    @Column(comment = "API瀵嗛挜")
+    private String apiKey;
+
+    @Column(comment = "API棰濆閰嶇疆")
+    private String apiVersion;
+
+    @Column(comment = "涓�绾ц彍鍗曠紪鍙�")
+    private Integer firstMenuId;
+
+    @Column(comment = "浜岀骇鑿滃崟缂栧彿")
+    private Integer secondMenuId;
+
+    public Integer getFirstMenuId() {
+        return firstMenuId;
+    }
+
+    public void setFirstMenuId(Integer firstMenuId) {
+        this.firstMenuId = firstMenuId;
+    }
+
+
+    public String getApiProvider() {
+        return apiProvider;
+    }
+
+    public void setApiProvider(String apiProvider) {
+        this.apiProvider = apiProvider;
+    }
+
+    public String getApiEndpoint() {
+        return apiEndpoint;
+    }
+
+    public void setApiEndpoint(String apiEndpoint) {
+        this.apiEndpoint = apiEndpoint;
+    }
+
+    public String getApiKey() {
+        return apiKey;
+    }
+
+    public void setApiKey(String apiKey) {
+        this.apiKey = apiKey;
+    }
+
+    public String getApiVersion() {
+        return apiVersion;
+    }
+
+    public void setApiVersion(String apiVersion) {
+        this.apiVersion = apiVersion;
+    }
+
+    public Integer getSecondMenuId() {
+        return secondMenuId;
+    }
+
+    public void setSecondMenuId(Integer secondMenuId) {
+        this.secondMenuId = secondMenuId;
+    }
+
     public BigInteger getId() {
         return id;
     }

--
Gitblit v1.8.0