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