添加权限接口.

This commit is contained in:
lijiahang
2023-07-19 15:03:49 +08:00
parent 8a5888e81e
commit 6643597c16
17 changed files with 302 additions and 121 deletions

View File

@@ -31,4 +31,6 @@ public class Const implements com.orion.lang.constant.Const {
public static final Long ROOT_MENU_ID = 0L;
public static final Integer DEFAULT_SORT = 0;
}

View File

@@ -29,9 +29,9 @@ public interface ErrorMessage {
String ROLE_ABSENT = "角色不存在";
String PARENT_MENU_ABSENT = "父菜单不存在";
String INVALID_PARENT_MENU = "所选父菜单不合法";
String PARENT_MENU_MUST_PARENT = "上级菜单必须为父菜单";
String PARENT_MENU_ABSENT = "父菜单不存在";
String DATA_ABSENT = "数据不存在";