{
"id": 0,
"projectId": 0,
"title": "string",
"content": "string",
"personnel": "string",
"time": "string",
"report": 0,
"results": "string",
"reviewPersonnel": "string",
"reviewTime": "string",
"state": 0,
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}
curl --location --request POST 'http://192.168.1.6:8087/overseeCheck/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"projectId": 0,
"title": "string",
"content": "string",
"personnel": "string",
"time": "string",
"report": 0,
"results": "string",
"reviewPersonnel": "string",
"reviewTime": "string",
"state": 0,
"isDel": "string",
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string"
}'
{
"": {}
}