【新增】浏览器、mysql、文件夹判分,监控管理后台接口
This commit is contained in:
@@ -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为空");
|
||||
}
|
||||
|
Reference in New Issue
Block a user