curl --location --request GET '/admin/employee/page?page=1&pageSize=10'
{
"code": 0,
"msg": null,
"data": {
"total": 0,
"records": [
{
"id": 0,
"username": "string",
"name": "string",
"password": "string",
"phone": "string",
"sex": "string",
"idNumber": "string",
"status": 0,
"createTime": "string",
"updateTime": "string",
"createUser": 0,
"updateUser": 0
}
]
}
}