curl --location --request GET 'http://localhost:8081/hrm/performance/getPagePerformanceUserList?id=&deptId=&userId=&performance=&remark=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"deptId": 0,
"userId": 0,
"createUser": "string",
"updateUser": "string",
"deptName": "string",
"userName": "string",
"performance": 0,
"createTime": "2019-08-24T14:15:22Z",
"remark": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}