36 Commits

Author SHA1 Message Date
ageer
e3da640737 feat: 代码优化 2025-05-11 18:37:51 +08:00
ageer
e1dea1d9e2 Merge remote-tracking branch 'origin/main' 2025-05-11 17:25:08 +08:00
ageer
84b8d6f675 feat: 支持coze,dify,派欧云等三方模型调用 2025-05-11 17:25:02 +08:00
ageerle
8563428bf9 Merge pull request #77 from zhangpengxiang/ExcelFileLader/dev
feat:补充Excel文档加载类
2025-05-11 14:55:44 +08:00
zhangpengxiang
7b3b727c0e 补充Excel文档加载类 2025-05-11 14:50:11 +08:00
ageerle
08098ff3f3 Merge pull request #76 from zhangpengxiang/ExcelFileLader/dev
增加Excel文档加载功能,处理向量库管理createSchema方法报错问题
2025-05-11 14:31:55 +08:00
zhangpengxiang
fb492d41f3 增加Excel文档加载功能,处理向量库管理createSchema方法WeaviateEmbeddingStore.builder().build();直接构建报错问题。 2025-05-11 10:55:33 +08:00
ageerle
9c2586ab43 Update README.md 2025-05-09 17:24:55 +08:00
ageerle
1bddf5df3b feat: 兼容多平台模型 2025-05-09 16:45:41 +08:00
ageer
57b2f833f8 feat: 修复向量库初始化失败导致程序启动失败 2025-05-08 23:56:40 +08:00
ageer
7907cbeb7f feat: 修复向量库初始化失败导致程序启动失败 2025-05-08 19:31:46 +08:00
ageer
9cfcdd2b9b feat: 代码优化 2025-05-08 19:00:48 +08:00
ageerle
980df20752 feat: 支持milvus、qdrant向量库 2025-05-08 16:09:02 +08:00
ageerle
aa92d232bb feat: Weaviate操作向量库功能优化 2025-05-08 10:41:01 +08:00
ageer
81c0bb5738 feat: Weaviate改为langchain4j方式调用 2025-05-07 22:53:21 +08:00
ageerle
1a645c6e10 feat: 接入langchain4j操作向量库 2025-05-07 17:33:22 +08:00
ageer
731f6ceb6e feat: sql脚本 2025-05-05 15:10:53 +08:00
ageer
8e21245348 feat: sql脚本 2025-05-05 15:04:02 +08:00
ageer
936e157e4a feat: sql脚本 2025-05-05 15:02:57 +08:00
ageer
256f72c487 feat: 支付模块引用 2025-05-03 15:37:56 +08:00
ageer
009aa5f1a5 feat: 添加接口说明 2025-05-03 15:27:46 +08:00
ageer
d22d2cb708 fix(接口文档): 修复接口文档/v3/api-docs无法正常访问 2025-05-03 14:31:20 +08:00
ageer
59104028b6 feat: 会话管理 2025-05-03 10:45:29 +08:00
ageer
c2f6a8321a feat: 会话管理 2025-05-03 10:41:50 +08:00
ageer
5476a4b0b7 fix: 公众号登录功能同步 2025-04-30 19:34:09 +08:00
ageerle
cd490aa0e5 feat: 新增wechat模块 2025-04-30 11:29:23 +08:00
ageerle
b1ff44df4b feat: sse对话样式优化 2025-04-29 11:44:47 +08:00
ageerle
dc6d00f0fc feat: 查询gpts无需登录 2025-04-29 11:00:34 +08:00
ageerle
990da8da6f feat: 增加工具调用超时时间配置 2025-04-24 17:09:52 +08:00
ageerle
8fc7ad0359 feat: mcp开启后才执行工具调用 2025-04-24 10:31:58 +08:00
ageer
8a89d9eb9c fix: 1.合并知识库对话接口 2.修复web无法查询套餐信息 2025-04-23 23:10:31 +08:00
ageer
abfa9ae97b fix: 1.合并知识库对话接口 2.修复web无法查询套餐信息 2025-04-23 23:09:56 +08:00
ageer
bde2e8ff8e fix: 1.合并知识库对话接口 2.修复web无法查询套餐信息 2025-04-23 23:09:22 +08:00
ageer
4d8eb1850f feat: 附件上传逻辑调整 2025-04-22 21:43:40 +08:00
ageer
5aaa3a5662 fix: 1. 修复No static resource tool/gen/list. 2. 修复新增数据库校验异常 2025-04-22 21:24:00 +08:00
ageerle
8fec96f5b2 feat: 默认关闭mcp功能 2025-04-22 18:01:40 +08:00
203 changed files with 2930 additions and 1313 deletions

View File

@@ -63,18 +63,19 @@
用户名: admin 密码admin123 用户名: admin 密码admin123
### 源码地址 ### 源码地址
[1]github
- 前端服务-用户端: https://github.com/ageerle/ruoyi-web
- 前端服务-管理端: https://github.com/ageerle/ruoyi-admin
- 前端服务-小程序端: https://github.com/ageerle/ruoyi-uniapp
- 后端服务https://github.com/ageerle/ruoyi-ai
[2]gitee [1]gitee
- 前端服务-用户端: https://gitee.com/ageerle/ruoyi-web - 前端服务-用户端: https://gitee.com/ageerle/ruoyi-web
- 前端服务-管理端: https://gitee.com/ageerle/ruoyi-admin - 前端服务-管理端: https://gitee.com/ageerle/ruoyi-admin
- 前端服务-小程序端: https://gitee.com/ageerle/ruoyi-uniapp - 前端服务-小程序端: https://gitee.com/ageerle/ruoyi-uniapp
- 后端服务https://gitee.com/ageerle/ruoyi-ai - 后端服务https://gitee.com/ageerle/ruoyi-ai
[2]github
- 前端服务-用户端: https://github.com/ageerle/ruoyi-web
- 前端服务-管理端: https://github.com/ageerle/ruoyi-admin
- 前端服务-小程序端: https://github.com/ageerle/ruoyi-uniapp
- 后端服务https://github.com/ageerle/ruoyi-ai
[3]gitcode [3]gitcode
- 前端服务-用户端https://gitcode.com/ageerle/ruoyi-web - 前端服务-用户端https://gitcode.com/ageerle/ruoyi-web
- 前端服务-管理端: https://gitcode.com/ageerle/ruoyi-admin - 前端服务-管理端: https://gitcode.com/ageerle/ruoyi-admin
@@ -83,7 +84,7 @@
### 配套文档 ### 配套文档
- 配套文档: https://doc.pandarobot.chat - 配套文档: https://doc.pandarobot.chat
- 项目部署文档https://doc.pandarobot.chat/guide/introduction/ - 项目部署文档https://doc.pandarobot.chat/guide/introduction/
### 核心功能 ### 核心功能
1. 全套开源系统提供完整的前端应用、后台管理以及小程序应用基于MIT协议开箱即用。 1. 全套开源系统提供完整的前端应用、后台管理以及小程序应用基于MIT协议开箱即用。
@@ -96,7 +97,16 @@
### 项目演示 ### 项目演示
#### mcp支持(需要切换dev分支 下周发布正式版) #### mcp支持
### 如何使用
1. ruoyi-admin\src\main\resources\application.yml中mcp.client.enabled改为true
2. application.yml中配置openai api-key(用于推理使用那个工具,并构建工具所需参数)
3. 启动[ruoyi-mcp-server]
4. [mcp-server.json]中配置fileSystem.command(npx本地安装路径)
5. 指定fileSystem操作目录(本地必须存在指定的目录)
6. 配置search1api.env.SEARCH1API_KEY 申请地址https://www.search1api.com/
7. 详情教程https://blog.csdn.net/weixin_42416319/article/details/147385808
<div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;"> <div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;">
<img src="image/mcp-01.png" alt="drawing" style="width: 600px; height: 300px; border: 2px solid #ddd; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);"/> <img src="image/mcp-01.png" alt="drawing" style="width: 600px; height: 300px; border: 2px solid #ddd; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);"/>
<img src="image/mcp-02.png" alt="drawing" style="width: 600px; height: 300px; border: 2px solid #ddd; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);"/> <img src="image/mcp-02.png" alt="drawing" style="width: 600px; height: 300px; border: 2px solid #ddd; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);"/>
@@ -215,9 +225,12 @@
### 开发计划 ### 开发计划
- 流程编排 | 主题 | 方向 | 时间节点 |
| --- |-----------------------------------|--------|
| 前端简化版 | 与element-plus-x框架合作推出基于该框架的前端简化版 | 2025.5 |
| agent2agent | Agent2Agent协议支持 | 2025.6 |
| 流程编排 | 通过可视化界面和灵活的配置方式快速构建AI应用 | 2025.7 |
通过流程编排功能,用户可以将不同的模型按照业务逻辑进行有序连接。这将解决单一模型能力不足的问题,充分发挥多个模型的协同作用,从而更好地满足企业的复杂业务需求。
- 感谢 - 感谢
@@ -264,6 +277,8 @@
[license-url]: https://github.com/ageerle/ruoyi-ai/blob/master/LICENSE.txt [license-url]: https://github.com/ageerle/ruoyi-ai/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555 [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
## 🌿 第三方生态
- [PPIO 派欧云:一键调用高性价比的开源模型 API 和 GPU 容器](https://ppinfra.com/user/register?invited_by=P8QTUY&utm_source=github_ruoyi-ai)
### 附:技术讨论群 ### 附:技术讨论群

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 227 KiB

12
pom.xml
View File

@@ -20,7 +20,7 @@
<java.version>17</java.version> <java.version>17</java.version>
<mysql.version>8.0.33</mysql.version> <mysql.version>8.0.33</mysql.version>
<mybatis.version>3.5.16</mybatis.version> <mybatis.version>3.5.16</mybatis.version>
<springdoc.version>2.1.0</springdoc.version> <springdoc.version>2.8.5</springdoc.version>
<therapi-javadoc.version>0.15.0</therapi-javadoc.version> <therapi-javadoc.version>0.15.0</therapi-javadoc.version>
<poi.version>5.2.3</poi.version> <poi.version>5.2.3</poi.version>
<easyexcel.version>3.2.1</easyexcel.version> <easyexcel.version>3.2.1</easyexcel.version>
@@ -337,11 +337,11 @@
<version>${revision}</version> <version>${revision}</version>
</dependency> </dependency>
<!-- <dependency>--> <dependency>
<!-- <groupId>org.ruoyi</groupId>--> <groupId>org.ruoyi</groupId>
<!-- <artifactId>ruoyi-demo</artifactId>--> <artifactId>ruoyi-wechat</artifactId>
<!-- <version>${revision}</version>--> <version>${revision}</version>
<!-- </dependency>--> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@@ -42,12 +42,6 @@
<artifactId>mssql-jdbc</artifactId> <artifactId>mssql-jdbc</artifactId>
</dependency> </dependency>
<!-- demo模块 -->
<!-- <dependency>-->
<!-- <groupId>org.ruoyi</groupId>-->
<!-- <artifactId>ruoyi-demo</artifactId>-->
<!-- </dependency>-->
<dependency> <dependency>
<groupId>org.ruoyi</groupId> <groupId>org.ruoyi</groupId>
<artifactId>ruoyi-system</artifactId> <artifactId>ruoyi-system</artifactId>
@@ -58,6 +52,16 @@
<artifactId>ruoyi-chat</artifactId> <artifactId>ruoyi-chat</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-generator</artifactId>
</dependency>
<dependency>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-wechat</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>

View File

@@ -1,8 +1,6 @@
package org.ruoyi.controller; package org.ruoyi.controller;
import cn.dev33.satoken.annotation.SaIgnore; import cn.dev33.satoken.annotation.SaIgnore;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;

View File

@@ -25,7 +25,7 @@ spring:
master: master:
type: ${spring.datasource.type} type: ${spring.datasource.type}
driverClassName: com.mysql.cj.jdbc.Driver driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://43.139.70.230:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true url: jdbc:mysql://127.0.0.1:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
username: ry-vue username: ry-vue
password: xx password: xx

View File

@@ -215,13 +215,18 @@ mybatis-encryptor:
publicKey: publicKey:
privateKey: privateKey:
# Swagger配置 springdoc:
swagger: api-docs:
# 是否开启接口文档
enabled: true
# swagger-ui:
# # 持久化认证数据
# persistAuthorization: true
info: info:
# 标题 # 标题
title: '标题:${ruoyi.name}多租户管理系统_接口文档' title: '标题:RuoYi-Vue-Plus多租户管理系统_接口文档'
# 描述 # 描述
description: '描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...' description: ' 用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...'
# 版本 # 版本
version: '版本号: ${ruoyi.version}' version: '版本号: ${ruoyi.version}'
# 作者信息 # 作者信息
@@ -236,24 +241,10 @@ swagger:
type: APIKEY type: APIKEY
in: HEADER in: HEADER
name: ${sa-token.token-name} name: ${sa-token.token-name}
springdoc:
api-docs:
# 是否开启接口文档
enabled: true
swagger-ui:
# 持久化认证数据
persistAuthorization: true
#这里定义了两个分组,可定义多个,也可以不定义 #这里定义了两个分组,可定义多个,也可以不定义
group-configs: group-configs:
- group: 1.演示模块 - group: 1.系统模块
packages-to-scan: org.ruoyi.demo
- group: 2.通用模块
packages-to-scan: org.ruoyi.web
- group: 3.系统模块
packages-to-scan: org.ruoyi.system packages-to-scan: org.ruoyi.system
- group: 4.代码生成模块
packages-to-scan: org.ruoyi.generator
# 防止XSS攻击 # 防止XSS攻击
xss: xss:
@@ -323,11 +314,11 @@ wechat:
spring: spring:
ai: ai:
openai: openai:
api-key: sk-xxx api-key: sk-xx
base-url: https://api.pandarobot.chat/ base-url: https://api.pandarobot.chat/
mcp: mcp:
client: client:
enabled: true enabled: false
name: ruoyi-ai-mcp name: ruoyi-ai-mcp
sse: sse:
connections: connections:
@@ -335,4 +326,5 @@ spring:
url: http://127.0.0.1:8081 url: http://127.0.0.1:8081
stdio: stdio:
servers-configuration: classpath:mcp-server.json servers-configuration: classpath:mcp-server.json
request-timeout: 300s

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View File

@@ -159,12 +159,20 @@
<version>${revision}</version> <version>${revision}</version>
</dependency> </dependency>
<!-- 微信模块 -->
<dependency> <dependency>
<groupId>org.ruoyi</groupId> <groupId>org.ruoyi</groupId>
<artifactId>ruoyi-chat</artifactId> <artifactId>ruoyi-common-wechat</artifactId>
<version>${revision}</version> <version>${revision}</version>
</dependency> </dependency>
<!-- 支付模块 -->
<dependency>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-common-pay</artifactId>
<version>${revision}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@@ -6,7 +6,6 @@ import cn.hutool.core.date.DateUnit;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
/** /**
* 描述:
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @date 2023-03-10 * @date 2023-03-10

View File

@@ -1,7 +1,6 @@
package org.ruoyi.common.chat.constant; package org.ruoyi.common.chat.constant;
/** /**
* 描述:
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-03-06 * @since 2023-03-06
@@ -10,6 +9,8 @@ public class OpenAIConst {
public final static String OPENAI_HOST = "https://api.openai.com/"; public final static String OPENAI_HOST = "https://api.openai.com/";
public final static String apiUrl = "v1/chat/completions";
public final static int SUCCEED_CODE = 200; public final static int SUCCEED_CODE = 200;
} }

View File

@@ -8,7 +8,7 @@ import java.math.BigDecimal;
import java.util.List; import java.util.List;
/** /**
* 描述:金额消耗信息 * 金额消耗信息
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-04-08 * @since 2023-04-08

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
import java.math.BigDecimal; import java.math.BigDecimal;
/** /**
* 描述:余额查询接口返回值 * 余额查询接口返回值
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-03-18 * @since 2023-03-18

View File

@@ -7,7 +7,7 @@ import lombok.Data;
import java.util.List; import java.util.List;
/** /**
* 描述:金额消耗列表 * 金额消耗列表
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-04-08 * @since 2023-04-08

View File

@@ -7,7 +7,6 @@ import lombok.Data;
import java.math.BigDecimal; import java.math.BigDecimal;
/** /**
* 描述:
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-03-18 * @since 2023-03-18

View File

@@ -7,7 +7,6 @@ import lombok.Data;
import java.util.List; import java.util.List;
/** /**
* 描述:
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-03-18 * @since 2023-03-18

View File

@@ -6,7 +6,7 @@ import lombok.Data;
import java.math.BigDecimal; import java.math.BigDecimal;
/** /**
* 描述:金额消耗列表 * 金额消耗列表
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-04-08 * @since 2023-04-08

View File

@@ -4,7 +4,6 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data; import lombok.Data;
/** /**
* 描述:
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-04-08 * @since 2023-04-08

View File

@@ -4,7 +4,7 @@ import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data; import lombok.Data;
/** /**
* 描述:账户信息 * 账户信息
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-04-08 * @since 2023-04-08

View File

@@ -13,7 +13,7 @@ import java.util.Map;
import static org.ruoyi.common.chat.entity.chat.BaseChatCompletion.Model.GPT_3_5_TURBO; import static org.ruoyi.common.chat.entity.chat.BaseChatCompletion.Model.GPT_3_5_TURBO;
/** /**
* 描述: chat模型基础类 * chat模型基础类
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 1.1.2 * @since 1.1.2

View File

@@ -12,7 +12,6 @@ import java.io.Serializable;
import java.util.List; import java.util.List;
/** /**
* 描述:
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 1.1.2 * @since 1.1.2

View File

@@ -7,7 +7,6 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述:
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-03-02 * @since 2023-03-02

View File

@@ -12,7 +12,7 @@ import java.io.Serializable;
import java.util.List; import java.util.List;
/** /**
* 描述: chat模型参数 * chat模型参数
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-03-02 * 2023-03-02

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
import java.util.List; import java.util.List;
/** /**
* 描述: chat答案类 * chat答案类
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-03-02 * 2023-03-02

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
import java.util.List; import java.util.List;
/** /**
* 描述 chat模型附带图片的参数 * chat模型附带图片的参数
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 1.1.2 * @since 1.1.2

View File

@@ -6,7 +6,6 @@ import lombok.*;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
/** /**
* 描述:
* *
* @author https://www.unfbx.com * @author https://www.unfbx.com
* @since 1.1.2 * @since 1.1.2

View File

@@ -6,7 +6,7 @@ import lombok.Data;
import lombok.NoArgsConstructor; import lombok.NoArgsConstructor;
/** /**
* 描述:函数调用返回值 * 函数调用返回值
* *
* @author https://www.unfbx.com * @author https://www.unfbx.com
* @since 2023-06-14 * @since 2023-06-14

View File

@@ -6,7 +6,7 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述:方法参数实体类,实例数据如下 * 方法参数实体类,实例数据如下
* <pre> * <pre>
* { * {
* "name": "get_current_weather", * "name": "get_current_weather",

View File

@@ -8,7 +8,6 @@ import lombok.NoArgsConstructor;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
/** /**
* 描述:
* *
* @author https://www.unfbx.com * @author https://www.unfbx.com
* 2023-11-10 * 2023-11-10

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
import java.util.List; import java.util.List;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-03-02 * @since 2023-03-02

View File

@@ -10,8 +10,6 @@ import java.io.Serializable;
import java.util.List; import java.util.List;
/** /**
* 描述:
*
* @author https:www.unfbx.com * @author https:www.unfbx.com
* @since 2023-03-02 * @since 2023-03-02
*/ */

View File

@@ -6,7 +6,7 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
import java.util.List; import java.util.List;
/** /**
* 描述:方法参数类扩展参数可以继承Parameters自己实现 * 方法参数类扩展参数可以继承Parameters自己实现
* 参考: * 参考:
* <pre> * <pre>
* { * {

View File

@@ -7,7 +7,6 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述:
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -6,7 +6,7 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -6,7 +6,7 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
import java.util.List; import java.util.List;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -7,7 +7,7 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -10,7 +10,7 @@ import java.util.List;
import java.util.Map; import java.util.Map;
/** /**
* 描述: 问题类 * 问题类
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-11 * 2023-02-11

View File

@@ -9,7 +9,7 @@ import org.ruoyi.common.chat.entity.common.Usage;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述: 答案类 * 答案类
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-11 * 2023-02-11

View File

@@ -7,7 +7,7 @@ import lombok.extern.slf4j.Slf4j;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -9,7 +9,7 @@ import org.ruoyi.common.chat.entity.common.Usage;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -9,7 +9,7 @@ import java.util.List;
import java.util.Objects; import java.util.Objects;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -8,7 +8,7 @@ import java.io.Serializable;
import java.util.List; import java.util.List;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -6,7 +6,7 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -6,7 +6,7 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -6,7 +6,7 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -11,7 +11,7 @@ import lombok.extern.slf4j.Slf4j;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -11,7 +11,7 @@ import java.io.Serializable;
import java.util.Objects; import java.util.Objects;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
import java.util.List; import java.util.List;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -12,7 +12,7 @@ import java.io.Serializable;
import java.util.Objects; import java.util.Objects;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

View File

@@ -7,7 +7,7 @@ import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 描述: *
* *
* @author https:www.unfbx.com * @author https:www.unfbx.com
* 2023-02-15 * 2023-02-15

Some files were not shown because too many files have changed in this diff Show More