{
"id": 1,//id
"pointName": "设备日常点检",//点检标准名称*:
"projectContent": "检查设备运行状态,确保无异常",//项目内容
"methodsAndStandards": "使用专业工具,按照标准流程进行检查",//作业方法和标准
"pointRecord": "记录A,记录B,记录C",//点巡检记录
"deviceId": 12345,//设备id
"deviceName": "生产设备A",//设备名称
"deviceNumber": "DEV001",//设备id
"deviceModel": "ModelX-1234",//设备型号
"brandId": 6789,//设备品牌id
"brandName": "品牌Y",//设备品牌名称
"type": 0, // 0-点检库 1-自制库 2-模版池
"remark": "备注"//备注
"picUrl": "http://example.com/images/device_inspection.jpg",//标准图片
"isEnabled": 0 //是否启用 0-否 1-是
}
curl --location --request PUT '/api/v1/inspect/spPoint/edit' \
--header 'Token: {{TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,//id
"pointName": "设备日常点检",//点检标准名称*:
"projectContent": "检查设备运行状态,确保无异常",//项目内容
"methodsAndStandards": "使用专业工具,按照标准流程进行检查",//作业方法和标准
"pointRecord": "记录A,记录B,记录C",//点巡检记录
"deviceId": 12345,//设备id
"deviceName": "生产设备A",//设备名称
"deviceNumber": "DEV001",//设备id
"deviceModel": "ModelX-1234",//设备型号
"brandId": 6789,//设备品牌id
"brandName": "品牌Y",//设备品牌名称
"type": 0, // 0-点检库 1-自制库 2-模版池
"remark": "备注"//备注
"picUrl": "http://example.com/images/device_inspection.jpg",//标准图片
"isEnabled": 0 //是否启用 0-否 1-是
}'
{}