curl --location --request GET 'http://localhost:8027/budget/budgetYearCollect/list' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"year": 0,
"budgetName": "string",
"budgetState": "string",
"procInstNum": "string",
"procInstId": "string",
"procInstStatus": "string",
"createUser": "string",
"updateUser": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"budgetAccessory": "string",
"budgetYearCollectType": "string",
"parentId": 0,
"sonBudgetYearCollectVoList": [
{}
],
"version": 0
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}