{
"id": 0,
"projectId": 0,
"personnel": "string",
"deviceNo": "string",
"phone": "string",
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}
curl --location --request POST 'http://localhost:9205/seatBeltList/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"projectId": 0,
"personnel": "string",
"deviceNo": "string",
"phone": "string",
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}'
{
"": {}
}