{
"id": 0,
"year": 0,
"deptId": "string",
"deptName": "string",
"userId": "string",
"userName": "string",
"categoryIds": "string",
"status": "string",
"note": "string",
"budgetYearCollectId": 0,
"budgetName": "string",
"budgetInputStatus": "string",
"budgetInputType": "string",
"budgetSubmitProcessStatus": "string",
"procInstId": "string",
"procInstNum": "string"
}
curl --location --request POST 'http://localhost:8081/budget/budgetWeb/submitBudgetRequest' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"year": 0,
"deptId": "string",
"deptName": "string",
"userId": "string",
"userName": "string",
"categoryIds": "string",
"status": "string",
"note": "string",
"budgetYearCollectId": 0,
"budgetName": "string",
"budgetInputStatus": "string",
"budgetInputType": "string",
"budgetSubmitProcessStatus": "string",
"procInstId": "string",
"procInstNum": "string"
}'
{
"code": 0,
"msg": "string",
"result": {},
"msgType": "string"
}