feat:(REQ-2545) 增加菜单分割分组枚举

This commit is contained in:
lilong 2024-06-26 10:04:12 +08:00
parent 8f52c24b8c
commit 25af37d4c5

View File

@ -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<>();