公告板
版本库
filestore
活动
搜索
登录
王立忠
/
966120Api
派生自
966120Api
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: 修复轨迹查询报错问题。 更换了接口地址和增加请求参数
wzp
2025-09-03
a8553f9ef7e165b6348243af91caad1a987f8f9c
[~wlz/966120Api.git]
/
ruoyi-common
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
enums
/
BusinessStatus.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.ruoyi.common.enums;
/**
* 操作状态
*
* @author ruoyi
*
*/
public enum BusinessStatus
{
/**
* 成功
*/
SUCCESS,
/**
* 失败
*/
FAIL,
}