mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
20 lines
332 B
JSON
20 lines
332 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"name": "管理员角色",
|
|
"data_scope": 4,
|
|
"available": true,
|
|
"order": 1,
|
|
"description": "管理员",
|
|
"creator_id": 1
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "演示角色",
|
|
"data_scope": 5,
|
|
"available": true,
|
|
"order": 2,
|
|
"description": "演示角色",
|
|
"creator_id": 1
|
|
}
|
|
] |