同步升级3.0

This commit is contained in:
疯狂的狮子li
2020-07-20 10:41:32 +08:00
286 changed files with 6175 additions and 5603 deletions

View File

@ -0,0 +1,20 @@
package com.ruoyi.common.enums;
/**
* 操作状态
*
* @author ruoyi
*
*/
public enum BusinessStatus
{
/**
* 成功
*/
SUCCESS,
/**
* 失败
*/
FAIL,
}