iotkit-parent/data/init/sys_role.json

39 lines
830 B
JSON
Raw Normal View History

2023-06-05 09:52:37 +00:00
[
{
2023-06-05 10:15:43 +00:00
"id": 1,
2023-06-05 09:52:37 +00:00
"tenant_id": "000000",
"role_name": "超级管理员",
"role_key": "superadmin",
"role_sort": 1,
"data_scope": "1",
"menu_check_strictly": 1,
"dept_check_strictly": 1,
"status": "0",
"del_flag": "0",
"create_dept": 103,
"create_by": 1,
"update_by": null,
"update_time": null,
"remark": "超级管理员"
},
{
2023-06-05 10:15:43 +00:00
"id": 2,
2023-06-05 09:52:37 +00:00
"tenant_id": "000000",
"role_name": "普通角色",
"role_key": "common",
"role_sort": 2,
"data_scope": "2",
"menu_check_strictly": 1,
"dept_check_strictly": 1,
"status": "0",
"del_flag": "0",
"create_dept": 103,
"create_by": 1,
"update_by": null,
"update_time": null,
"remark": "普通角色"
}
]