RuoYi-Vue-MongoDB/sql/sys_role.json

40 lines
974 B
JSON
Raw Normal View History

2022-07-23 12:51:55 +08:00
{
"RECORDS": [
{
"_id": "62cfe8c54895a216ab7961ac",
"admin": "true",
2022-07-23 12:51:55 +08:00
"create_by": "admin",
"create_time": "14/7/2022 17:50:11",
"data_scope": "1",
"del_flag": "0",
"dept_check_strictly": "1",
"menu_check_strictly": "1",
"remark": "超级管理员",
"role_id": "1",
"role_key": "admin",
"role_name": "超级管理员",
"role_sort": "1",
"status": "0",
2022-07-23 12:51:55 +08:00
"update_by": "",
"update_time": null
2022-07-23 12:51:55 +08:00
},
{
"_id": "62cfe8c54895a216ab7961ad",
"admin": null,
2022-07-23 12:51:55 +08:00
"create_by": "admin",
"create_time": "14/7/2022 17:50:11",
"data_scope": "2",
"del_flag": "0",
"dept_check_strictly": "1",
"menu_check_strictly": "1",
"remark": "普通角色",
"role_id": "2",
"role_key": "common",
"role_name": "普通角色",
"role_sort": "2",
"status": "0",
2022-07-23 12:51:55 +08:00
"update_by": "",
"update_time": null
2022-07-23 12:51:55 +08:00
}
]
}