{
"btId": 0,
"year": 0,
"userId": "string",
"userName": "string",
"deptId": "string",
"mainDeptId": "string",
"parentId": 0,
"childId": 0,
"task": "string",
"page": 0,
"size": 0,
"offset": 0,
"status": "string",
"note": "string",
"fileURL": "string",
"authCode": "string",
"budgetYearCollectId": 0,
"budgetInputId": 0
}
curl --location --request PUT 'http://localhost:8027/budget/budgetWeb/exportDone' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"btId": 0,
"year": 0,
"userId": "string",
"userName": "string",
"deptId": "string",
"mainDeptId": "string",
"parentId": 0,
"childId": 0,
"task": "string",
"page": 0,
"size": 0,
"offset": 0,
"status": "string",
"note": "string",
"fileURL": "string",
"authCode": "string",
"budgetYearCollectId": 0,
"budgetInputId": 0
}'
{
"code": 0,
"msg": "string",
"result": {},
"msgType": "string"
}