{
"id": 0,
"projectId": 0,
"deviceType": "string",
"deviceName": "string",
"deviceNo": "string",
"deviceModel": "string",
"productionNo": "string",
"productionDate": "string",
"deviceCompanyId": 0,
"rightCompany": "string",
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}
curl --location --request POST '/craneDevice/saveOrUpdate' \
--header 'token: eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6IjU1YTRlMGM3LTk4MTktNDRlYi1iNDBmLTFlZTg3MzczMTFhYyIsInVzZXJuYW1lIjoiYWRtaW4ifQ.IVvGfgnXaPHpSSv7ndl0ITB3PBCkwYPfYurc2Ulsd3i2lO_djYLMM4p886y7mC1AGGOP2Bcj3T0LDwwVKgk3eQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"projectId": 0,
"deviceType": "string",
"deviceName": "string",
"deviceNo": "string",
"deviceModel": "string",
"productionNo": "string",
"productionDate": "string",
"deviceCompanyId": 0,
"rightCompany": "string",
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}'
{
"": {}
}