根据用户ID查询菜单

This commit is contained in:
2025-12-22 15:09:07 +08:00
parent c0dfe36b59
commit af42a2199c
3 changed files with 15 additions and 0 deletions

View File

@ -77,4 +77,9 @@ public interface SystemConstants {
*/
String ROOT_DEPT_ANCESTORS = "0";
/**
* 菜单ID
*/
public static final Long RESTRICTED_MENU_ID = 102L;
}