初始提交

This commit is contained in:
2025-09-04 18:20:44 +08:00
commit 77dc197014
773 changed files with 85997 additions and 0 deletions

View File

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