仪表盘
版本库
文件存储
活动
搜索
登录
main
/
school-ai
办学质量监测教学评价系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
init
ageer
2024-01-16
1f7f97e86a79ee4f1515d753e84a1e20a3ec41fb
[school-ai.git]
/
ruoyi-common
/
ruoyi-common-chat
/
src
/
main
/
java
/
com
/
xmzs
/
common
/
chat
/
openai
/
exception
/
IError.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.xmzs.common.chat.openai.exception;
/**
* 描述:
*
* @author https:www.unfbx.com
* 2023-02-11
*/
public interface IError {
String msg();
int code();
}