{
"code": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"date": "2019-08-24T14:15:22Z",
"dept": "string",
"enclosure": "string",
"groupbylabel": "string",
"id": "string",
"name": "string",
"orderNum": 0,
"status": "string",
"type": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'http://10.219.87.224:8080/veivo-boot/cont/contPlan/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"date": "2019-08-24T14:15:22Z",
"dept": "string",
"enclosure": "string",
"groupbylabel": "string",
"id": "string",
"name": "string",
"orderNum": 0,
"status": "string",
"type": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}