【新增】浏览器、mysql、文件夹判分,监控管理后台接口

This commit is contained in:
YOHO\20373
2025-05-05 00:01:11 +08:00
parent 3a0886b94a
commit a789277819
55 changed files with 3146 additions and 376 deletions

View File

@@ -183,4 +183,7 @@ public interface ErrorCodeConstants {
ErrorCode WORD_PARENT_ERROR = new ErrorCode(1_002_030_004, "不能设置自己为父WORD节点");
ErrorCode WORD_NOT_ENABLE = new ErrorCode(1_002_030_006, "WORD节点({})不处于开启状态,不允许选择");
ErrorCode WORD_PARENT_IS_CHILD = new ErrorCode(1_002_030_007, "不能设置自己的子WORD节点为父WORD节点");
ErrorCode MONITOR_NOT_EXISTS = new ErrorCode(1_003_301_001, "id为空");
}