| | |
| | | @Column(comment = "修改者ID") |
| | | private BigInteger modifiedBy; |
| | | |
| | | @Column(comment = "API品牌") |
| | | private String apiProvider; |
| | | @Column(comment = "API") |
| | | private String modelAPI; |
| | | |
| | | @Column(comment = "API地址") |
| | | private String apiEndpoint; |
| | | @Column(comment = "KEY") |
| | | private String modelKEY; |
| | | |
| | | @Column(comment = "API密钥") |
| | | private String apiKey; |
| | | |
| | | @Column(comment = "API额外配置") |
| | | private String apiVersion; |
| | | @Column(comment = "智能体类型") |
| | | private Integer botTypeId; |
| | | |
| | | @Column(comment = "一级菜单编号") |
| | | private Integer firstMenuId; |
| | |
| | | this.firstMenuId = firstMenuId; |
| | | } |
| | | |
| | | |
| | | public String getApiProvider() { |
| | | return apiProvider; |
| | | public String getModelAPI() { |
| | | return modelAPI; |
| | | } |
| | | |
| | | public void setApiProvider(String apiProvider) { |
| | | this.apiProvider = apiProvider; |
| | | public void setModelAPI(String modelAPI) { |
| | | this.modelAPI = modelAPI; |
| | | } |
| | | |
| | | public String getApiEndpoint() { |
| | | return apiEndpoint; |
| | | public String getModelKEY() { |
| | | return modelKEY; |
| | | } |
| | | |
| | | 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 void setModelKEY(String modelKEY) { |
| | | this.modelKEY = modelKEY; |
| | | } |
| | | |
| | | public Integer getSecondMenuId() { |
| | |
| | | this.modifiedBy = modifiedBy; |
| | | } |
| | | |
| | | public Integer getBotTypeId() { |
| | | return botTypeId; |
| | | } |
| | | |
| | | public void setBotTypeId(Integer botTypeId) { |
| | | this.botTypeId = botTypeId; |
| | | } |
| | | } |