{
"beginYear": 0,
"beginMonth": 0,
"endYear": 0,
"endMonth": 0,
"deptIdMap": {
"property1": 0,
"property2": 0
},
"parentId": 0,
"childId": 0,
"deptId": "string",
"needBudget": true,
"needExecution": true
}
curl --location --request PATCH 'http://localhost:8027/budget/budgetWeb/getCompanyBudgetImplementationDetails' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"beginYear": 0,
"beginMonth": 0,
"endYear": 0,
"endMonth": 0,
"deptIdMap": {
"property1": 0,
"property2": 0
},
"parentId": 0,
"childId": 0,
"deptId": "string",
"needBudget": true,
"needExecution": true
}'
{
"code": 0,
"msg": "string",
"result": {},
"msgType": "string"
}