作者 yangfu

add system_config / customize_menus

@@ -21,13 +21,13 @@ metadata: @@ -21,13 +21,13 @@ metadata:
21 type: 21 type:
22 primitive: string 22 primitive: string
23 - name: accessType 23 - name: accessType
24 - description: 权限类型(module/menu/button/feature) 24 + description: 权限类型(module>subModule>menu>button>feature)
25 type: 25 type:
26 primitive: string 26 primitive: string
27 - name: status 27 - name: status
28 description: 状态 1:启用 2:可配置 4.可收藏 8:需要授权才能访问 28 description: 状态 1:启用 2:可配置 4.可收藏 8:需要授权才能访问
29 type: 29 type:
30 - primitive: string 30 + primitive: int64
31 - name: sort 31 - name: sort
32 description: 排序 32 description: 排序
33 type: 33 type:
@@ -37,7 +37,7 @@ metadata: @@ -37,7 +37,7 @@ metadata:
37 type: 37 type:
38 primitive: string 38 primitive: string
39 - name: description 39 - name: description
40 - description: 描述 40 + description: 描述说明
41 type: 41 type:
42 primitive: string 42 primitive: string
43 - name: object 43 - name: object
@@ -22,11 +22,23 @@ metadata: @@ -22,11 +22,23 @@ metadata:
22 description: 用户信息 22 description: 用户信息
23 type: 23 type:
24 schema: usersInfo 24 schema: usersInfo
25 - - name: organizations  
26 - description: 所属组织 25 + - name: organization
  26 + description: 组织机构
  27 + type:
  28 + primitive: int64
  29 + - name: department
  30 + description: 所属部门
  31 + type:
  32 + primitive: int64
  33 + - name: usersOrganization
  34 + description: 所属组织 (usersOrg?)
27 type: 35 type:
28 array: int64 36 array: int64
29 - - name: roles 37 + - name: usersRole
30 description: 所属角色 38 description: 所属角色
31 type: 39 type:
32 array: int64 40 array: int64
  41 + - name: collectedMenus
  42 + description: 收藏的菜单(工作台)
  43 + type:
  44 + array: access