公告板
版本库
filestore
活动
搜索
登录
戚荣
/
dujy
都江堰
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
集成graphql和jpa
fuliqi
2024-02-05
5589258324faa6d9e1ec7e5226e98dc2e1a18adc
[~qirong/dujy.git]
/
dujy-common
/
dujy-common-log
/
src
/
main
/
java
/
org
/
dromara
/
common
/
log
/
enums
/
BusinessStatus.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package org.dromara.common.log.enums;
/**
* 操作状态
*
* @author ruoyi
*/
public enum BusinessStatus {
/**
* 成功
*/
SUCCESS,
/**
* 失败
*/
FAIL,
}