curl --location --request GET 'http://localhost:8027/pdm/contributionCost/list?createUser=&updateUser=&id=&userId=&name=&positionLevel=&deptId=&deptName=&subDeptId=&subDeptName=&year=&month=&contribution=&cooperateRatio=&settlement=&workingDay=&laborCost=&expenseReimburse=&expenseRent=&expenseOther=&cost=&contributionProductivity=&settlementRatio=&benefit=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"userId": 0,
"name": "string",
"positionLevel": "string",
"deptId": 0,
"deptName": "string",
"subDeptId": 0,
"subDeptName": "string",
"year": 0,
"month": 0,
"contribution": 0,
"cooperateRatio": 0,
"settlement": 0,
"workingDay": 0,
"laborCost": 0,
"expenseReimburse": 0,
"expenseRent": 0,
"expenseOther": 0,
"cost": 0,
"contributionProductivity": 0,
"settlementRatio": 0,
"benefit": 0,
"createUser": "string",
"updateUser": "string"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}