feat: 菜单、角色、字典、部门添加接口权限控制

This commit is contained in:
haoxr
2023-05-21 14:36:33 +08:00
parent 67be91a214
commit b0827b1924
6 changed files with 32 additions and 19 deletions

View File

@@ -4,14 +4,14 @@ package com.youlai.system.common.constant;
* 系统常量
*
* @author haoxr
* @date 2022/10/22
* @since 2022/10/22
*/
public interface SystemConstants {
/**
* 根节点ID
*/
Long ROOT_NODE_ID = 0l;
Long ROOT_NODE_ID = 0L;
/**