...
|
...
|
@@ -28,10 +28,6 @@ metadata: |
|
|
description: 菜单类型 (模块module、子模块submodule、菜单menu、按钮button)
|
|
|
type:
|
|
|
primitive: string
|
|
|
- name: status
|
|
|
description: 菜单状态 bit0:启用(1)/禁用(0) bit1:启用收藏(1)/禁用收藏(0)(默认禁用)
|
|
|
type:
|
|
|
primitive: int
|
|
|
- name: access
|
|
|
description: 关联权限
|
|
|
type:
|
...
|
...
|
@@ -57,6 +53,6 @@ metadata: |
|
|
type:
|
|
|
primitive: string
|
|
|
- name: isPublish
|
|
|
description: 是否是公开的菜单,[0:否],[1:是],默认否
|
|
|
description: 状态是否是公开的菜单,[0:否],[1:是],默认否
|
|
|
type:
|
|
|
primitive: int |
...
|
...
|
|