{
"id": 0,
"name": "string",
"notice": 0,
"person": "string",
"time": "string",
"reply": "string",
"recordingId": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"isDel": "string",
"noticeUrl": "string"
}
curl --location --request POST 'http://192.168.1.6:8087/Inspection/save/rectification' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"notice": 0,
"person": "string",
"time": "string",
"reply": "string",
"recordingId": 0,
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"isDel": "string",
"noticeUrl": "string"
}'
{
"": {}
}