添加初始化数据
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"parent_id": 0,
|
||||
"dept_name": "总公司",
|
||||
"sort": 1,
|
||||
"leader": "就眠仪式",
|
||||
"phone": "12312345679",
|
||||
"email": "123qq.com",
|
||||
"status": 1,
|
||||
"comment": null,
|
||||
"address": "这是总公司",
|
||||
"create_at": null,
|
||||
"update_at": "2021-06-01 17:23:20"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"parent_id": 1,
|
||||
"dept_name": "济南分公司",
|
||||
"sort": 2,
|
||||
"leader": "就眠仪式",
|
||||
"phone": "12312345678",
|
||||
"email": "1234qq.com",
|
||||
"status": 1,
|
||||
"comment": null,
|
||||
"address": "这是济南",
|
||||
"create_at": "2021-06-01 17:24:33",
|
||||
"update_at": "2021-06-01 17:25:19"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"parent_id": 1,
|
||||
"dept_name": "唐山分公司",
|
||||
"sort": 4,
|
||||
"leader": "mkg",
|
||||
"phone": "12312345678",
|
||||
"email": "123@qq.com",
|
||||
"status": 1,
|
||||
"comment": null,
|
||||
"address": "这是唐山",
|
||||
"create_at": "2021-06-01 17:25:15",
|
||||
"update_at": "2021-06-01 17:25:20"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"parent_id": 4,
|
||||
"dept_name": "济南分公司开发部",
|
||||
"sort": 5,
|
||||
"leader": "就眠仪式",
|
||||
"phone": "12312345678",
|
||||
"email": "123@qq.com",
|
||||
"status": 1,
|
||||
"comment": null,
|
||||
"address": "测试",
|
||||
"create_at": "2021-06-01 17:27:39",
|
||||
"update_at": "2021-06-01 17:27:39"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"parent_id": 5,
|
||||
"dept_name": "唐山测试部",
|
||||
"sort": 6,
|
||||
"leader": "mkg",
|
||||
"phone": "12312345678",
|
||||
"email": "123@qq.com",
|
||||
"status": 1,
|
||||
"comment": null,
|
||||
"address": "测试部",
|
||||
"create_at": "2021-06-01 17:28:27",
|
||||
"update_at": "2021-06-01 17:28:27"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user