curl --location --request GET 'http://localhost:8081/pdm/performanceDept/getPerformanceTransfer?id=&transferDay=&transferInDeptIdList=&transferInSubDeptIdList=&transferOutDeptIdList=&transferOutSubDeptIdList=&remark=&procInstNum=&procInstId=&procInstStatusList='
{
"total": 0,
"rows": [
{
"id": 0,
"procInstStatus": "string",
"procInstNum": "string",
"transferDay": "2019-08-24T14:15:22Z",
"transferOutDeptId": 0,
"transferOutDeptName": "string",
"transferOutSubDeptId": 0,
"transferOutSubDeptName": "string",
"transferInDeptId": 0,
"transferInDeptName": "string",
"transferInSubDeptId": 0,
"transferInSubDeptName": "string",
"money": 0,
"remark": "string",
"procInstId": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}