{
"id": 0,
"cranePerson": "string",
"sex": "string",
"workAge": 0,
"craneTel": "string",
"workType": "string",
"fileId": 0,
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}
curl --location --request POST 'http://192.168.1.6:8087/craneDriver/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"cranePerson": "string",
"sex": "string",
"workAge": 0,
"craneTel": "string",
"workType": "string",
"fileId": 0,
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}'
{
"": {}
}