mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
开源准备
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "董事长岗",
|
||||
"available": true,
|
||||
"order": 1,
|
||||
"description": "董事长岗位",
|
||||
"creator_id": 1
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "运营岗",
|
||||
"available": true,
|
||||
"order": 2,
|
||||
"description": "运营岗位",
|
||||
"creator_id": 1
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "销售岗",
|
||||
"available": true,
|
||||
"order": 3,
|
||||
"description": "销售岗",
|
||||
"creator_id": 1
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "人事行政岗",
|
||||
"available": true,
|
||||
"order": 4,
|
||||
"description": "人事行政岗",
|
||||
"creator_id": 1
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "开发岗",
|
||||
"available": true,
|
||||
"order": 5,
|
||||
"description": "开发岗",
|
||||
"creator_id": 1
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "测试岗",
|
||||
"available": true,
|
||||
"order": 6,
|
||||
"description": "测试岗",
|
||||
"creator_id": 1
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "演示岗",
|
||||
"available": true,
|
||||
"order": 7,
|
||||
"description": "演示岗",
|
||||
"creator_id": 1
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user