iotkit-parent/data/init/sys_role.json

39 lines
840 B
JSON

[
{
"role_id": 1,
"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": "超级管理员"
},
{
"role_id": 2,
"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": "普通角色"
}
]