dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
tagview & sidebar 主题颜色与element ui(全局)同步
北风
2020-05-22
ff0749984d2a018e8ef68fa9cd889490895c38fd
[expert_management.git]
/
ruoyi
/
src
/
main
/
java
/
com
/
ruoyi
/
framework
/
aspectj
/
lang
/
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.framework.aspectj.lang.enums;
/**
* 操作状态
*
* @author ruoyi
*
*/
public enum BusinessStatus
{
/**
* 成功
*/
SUCCESS,
/**
* 失败
*/
FAIL,
}