feat:(REQ-2545) 增加菜单分割分组枚举
This commit is contained in:
parent
8f52c24b8c
commit
25af37d4c5
@ -25,6 +25,8 @@ public enum FeatureResourceType {
|
||||
COMPONENT(4, "组件"),
|
||||
ROOT(5, "ROOT"),
|
||||
GROUP(6, "分组"),
|
||||
// 用户pc端菜单直接的分割分组线
|
||||
MENU_PARTITION_GROUP(7, "菜单分割分组"),
|
||||
;
|
||||
|
||||
private static final Map<Integer, FeatureResourceType> MAPPING = new HashMap<>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user