Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"version": 0,
"deptId": 0,
"planName": "string",
"templateId": 0,
"timeMode": 0,
"timeValue": "string",
"workerId": 0,
"workerName": "string",
"planStatus": "string",
"isUp": 0
}
curl --location --request POST 'http://localhost:8080/work/patrol-check-plan' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"version": 0,
"deptId": 0,
"planName": "string",
"templateId": 0,
"timeMode": 0,
"timeValue": "string",
"workerId": 0,
"workerName": "string",
"planStatus": "string",
"isUp": 0
}'
{
"": {}
}