{
"stationDeptId": 0,
"stationDeptPersons": "string",
"patrolUserId": "string",
"taskPeerPersons": "string",
"createDate": "string",
"startTime": "string",
"endTime": "string",
"detailSaveDtoList": [
{
"projectType": "string",
"projectId": "string",
"projectName": "string",
"taskTemplateId": 0,
"sort": 0,
"itemList": [
{
"itemName": "string",
"patrolItemImage": "string",
"patrolItemDesc": "string",
"isNormal": "string",
"contentList": [
{
"contentName": "string",
"contentCriteria": "string",
"isNormal": "string"
}
]
}
],
"fieldList": [
{
"patrolFieldName": "string",
"patrolFieldUnit": "string",
"patrolFieldType": "string",
"patrolFieldValue": "string",
"patrolFieldContent": "string",
"remarks": "string",
"required": "string"
}
]
}
]
}curl --location --request POST '/patrol-project-record/v1/saveProjectRecord' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiLpu4TkuprlipsiLCJ1c2VySWQiOiI0MjkwOSIsIm5hbWUiOiLpu4TkuprlipsiLCJ0eXBlIjoidXNlciIsImFsaWFzIjoiIiwiaWQiOjQyOTA5LCJpbnNpZGVyIjoiMCIsImxvZ2luTmFtZSI6Ium7hOS6muWKmyIsIm1vYmlsZSI6IjE4ODcxNDMzMzg1Iiwibm8iOiIyMzgzNjE0NDQ5NjciLCJvZmZpY2VJZCI6ODk5OSwicGhvbmUiOiIiLCJwaG90byI6IiIsInBvc2l0aW9uIjoiIiwic2V4IjoiMSIsInVzZXJUeXBlIjoiIiwidXVpZCI6ImNmNWFhNTIxNTgyYTRmNDg5MTJmODU2NDVmZmNmYTUxIiwiYXJlYUNvZGUiOiIzNjAwMDAiLCJhcmVhTmFtZSI6Iuaxn-ilv-ecgSIsImV4cCI6MTc1ODY2MzA4Mn0.puVyE8viWwPW_i5Tq_N64VtrG4xslRc-eOI3v2c2vrkQ9wrdK3dufbT88fBhyuWuaikfa1fP-H3IqC62ZjCWXPC1z0-95UGEF4Bj6BtGCSLXJiGn2MzKlttoolZPruDQSOzg993yxiGE8BxCU-4xMrsiXJiB1312NwLTqRFsBW4' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationDeptId": 0,
"stationDeptPersons": "string",
"patrolUserId": "string",
"taskPeerPersons": "string",
"createDate": "string",
"startTime": "string",
"endTime": "string",
"detailSaveDtoList": [
{
"projectType": "string",
"projectId": "string",
"projectName": "string",
"taskTemplateId": 0,
"sort": 0,
"itemList": [
{
"itemName": "string",
"patrolItemImage": "string",
"patrolItemDesc": "string",
"isNormal": "string",
"contentList": [
{
"contentName": "string",
"contentCriteria": "string",
"isNormal": "string"
}
]
}
],
"fieldList": [
{
"patrolFieldName": "string",
"patrolFieldUnit": "string",
"patrolFieldType": "string",
"patrolFieldValue": "string",
"patrolFieldContent": "string",
"remarks": "string",
"required": "string"
}
]
}
]
}'{
"code": 0,
"msg": "",
"data": {}
}