{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"workOrderNum": "string",
"workOrderId": "string",
"deptId": 0,
"subDeptId": 0,
"parentProject": "string",
"parentProjectId": 0,
"name": "string",
"year": 0,
"month": 0,
"surveyDate": "2019-08-24T14:15:22Z",
"major": "string",
"designMoney": 0,
"designMoneyWithRatio": 0,
"designerTeam": "string",
"files": "string",
"note": "string",
"state": "string",
"pubState": "string",
"dpId": 0,
"surveyId": 0,
"type": "string",
"partnerId": 0,
"isAccountable": "string",
"county": "string"
}
curl --location --request POST 'http://localhost:8081/pdm/monthlyReportDeptProject/editPdmMonthlyReportSingleProjectWorkload' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"workOrderNum": "string",
"workOrderId": "string",
"deptId": 0,
"subDeptId": 0,
"parentProject": "string",
"parentProjectId": 0,
"name": "string",
"year": 0,
"month": 0,
"surveyDate": "2019-08-24T14:15:22Z",
"major": "string",
"designMoney": 0,
"designMoneyWithRatio": 0,
"designerTeam": "string",
"files": "string",
"note": "string",
"state": "string",
"pubState": "string",
"dpId": 0,
"surveyId": 0,
"type": "string",
"partnerId": 0,
"isAccountable": "string",
"county": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}