{
"applyDate": "string",
"applyUser": "string",
"dataStatus": "string",
"endWorkDate": "string",
"financialAid": "string",
"id": "string",
"projectAddress": "string",
"projectInfo": "string",
"projectName": "string",
"projectNumber": "string",
"scDept": "string",
"startWorkDate": "string",
"villageManagement": "string",
"operationType": "string",
"projectArea": "string",
"projectScale": "string",
"projectRecordNumber": "string",
"projectType": "string",
"packageType": "string",
"projectBudget": "string",
"moneyFrom": "string",
"startYear": "string",
"approvalTime": "string",
"voteItemList": [
"string"
]
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//useVillageProjectApply/saveOrUpdate.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"applyDate": "string",
"applyUser": "string",
"dataStatus": "string",
"endWorkDate": "string",
"financialAid": "string",
"id": "string",
"projectAddress": "string",
"projectInfo": "string",
"projectName": "string",
"projectNumber": "string",
"scDept": "string",
"startWorkDate": "string",
"villageManagement": "string",
"operationType": "string",
"projectArea": "string",
"projectScale": "string",
"projectRecordNumber": "string",
"projectType": "string",
"packageType": "string",
"projectBudget": "string",
"moneyFrom": "string",
"startYear": "string",
"approvalTime": "string",
"voteItemList": [
"string"
]
}'
{
"data": "操作成成",
"msg": "成功",
"code": 0,
"success": true
}