{
"id": 0,
"userid": 0,
"projectid": 0,
"deviceId": 0,
"type": 0,
"companyid": 0,
"forewarnContent": "string",
"forewarnTime": "string",
"forewarnType": "string",
"forewarnLevel": 0,
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}
curl --location --request POST 'http://192.168.1.6:8087/lifting/getliftingData' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"userid": 0,
"projectid": 0,
"deviceId": 0,
"type": 0,
"companyid": 0,
"forewarnContent": "string",
"forewarnTime": "string",
"forewarnType": "string",
"forewarnLevel": 0,
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}'
{
"": {}
}