初始化

This commit is contained in:
2025-09-16 13:58:24 +08:00
parent 95a0a88f73
commit 3293f77f1b
320 changed files with 36546 additions and 36156 deletions

View File

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