重构更新

This commit is contained in:
技术老胡
2024-10-19 10:06:09 +08:00
parent 01b6a4d084
commit b8196c6c41
864 changed files with 328294 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
{
"code": 0,
"msg": "...",
"count": 3,
"data": [{
"name": "软件部",
"userCount": 324,
"location": "二楼201",
"leader": "皮卡丘"
}, {
"name": "美工部",
"userCount": 98,
"location": "二楼101",
"leader": "皮卡丘"
}, {
"name": "设计部",
"userCount": 43,
"location": "六楼602",
"leader": "皮卡丘"
}, {
"name": "销售部",
"userCount": 12,
"location": "一楼131",
"leader": "皮卡丘"
}, {
"name": "产品部",
"userCount": 128,
"location": "四楼401",
"leader": "皮卡丘"
}, {
"name": "财务部",
"userCount": 23,
"location": "三楼105",
"leader": "皮卡丘"
}, {
"name": "人事部",
"userCount": 67,
"location": "二楼201",
"leader": "皮卡丘"
}]
}