mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-13 06:23:01 +08:00
chore: opendb-admin-menus menu_id & enable
This commit is contained in:
parent
4579ef265e
commit
2c0d33d060
@ -9,6 +9,9 @@
|
|||||||
"_id": {
|
"_id": {
|
||||||
"description": "存储文档 ID,系统自动生成"
|
"description": "存储文档 ID,系统自动生成"
|
||||||
},
|
},
|
||||||
|
"menu_id": {
|
||||||
|
"description": "菜单项的ID,不可重复"
|
||||||
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "菜单名称"
|
"description": "菜单名称"
|
||||||
@ -33,9 +36,9 @@
|
|||||||
"bsonType": "array",
|
"bsonType": "array",
|
||||||
"description": "菜单权限列表"
|
"description": "菜单权限列表"
|
||||||
},
|
},
|
||||||
"status": {
|
"enable": {
|
||||||
"bsonType": "string",
|
"bsonType": "bool",
|
||||||
"description": "菜单状态0禁用、1启用"
|
"description": "是否启用菜单,true启用、false禁用"
|
||||||
},
|
},
|
||||||
"create_date": {
|
"create_date": {
|
||||||
"bsonType": "timestamp",
|
"bsonType": "timestamp",
|
||||||
|
Loading…
Reference in New Issue
Block a user