{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"deptId": 0,
"deptName": "string",
"patrolNo": "string",
"planId": 0,
"planName": "string",
"cycleNum": 0,
"stationId": 0,
"stationName": "string",
"workStatus": "string",
"workerId": 0,
"workerName": "string",
"workerTime": "string",
"submitBy": "string",
"submitById": 0,
"submitByTime": "string",
"patrolCheckResultJson": "string",
"patrolCheckPicture": "string",
"defectDesc": "string",
"placeDesc": "string",
"influenceRangeDesc": "string",
"patrolCheckDesc": "string",
"patrolCheckProjectList": [
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"version": 0,
"deptId": 0,
"projectName": "string",
"templateId": 0,
"patrolCheckCycle": 0,
"uploadPictrueStatus": 0,
"patrolCheckTextJson": "string",
"isCurrText": 0,
"checkProjectPictures": "string",
"patrolCheckTextVoList": [
{
"textValue": "string",
"resultValue": "string"
}
]
}
],
"assessVo": {
"workId": 0,
"assessText": "string",
"handleSpeed": 0,
"serviceAttitude": 0,
"handleEffect": 0
}
}
curl --location --request POST 'http://localhost:8080/work/patrol-check-work/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"deptId": 0,
"deptName": "string",
"patrolNo": "string",
"planId": 0,
"planName": "string",
"cycleNum": 0,
"stationId": 0,
"stationName": "string",
"workStatus": "string",
"workerId": 0,
"workerName": "string",
"workerTime": "string",
"submitBy": "string",
"submitById": 0,
"submitByTime": "string",
"patrolCheckResultJson": "string",
"patrolCheckPicture": "string",
"defectDesc": "string",
"placeDesc": "string",
"influenceRangeDesc": "string",
"patrolCheckDesc": "string",
"patrolCheckProjectList": [
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"version": 0,
"deptId": 0,
"projectName": "string",
"templateId": 0,
"patrolCheckCycle": 0,
"uploadPictrueStatus": 0,
"patrolCheckTextJson": "string",
"isCurrText": 0,
"checkProjectPictures": "string",
"patrolCheckTextVoList": [
{
"textValue": "string",
"resultValue": "string"
}
]
}
],
"assessVo": {
"workId": 0,
"assessText": "string",
"handleSpeed": 0,
"serviceAttitude": 0,
"handleEffect": 0
}
}'
{
"": {}
}