curl --location '/pda/qc/defect/listOr?createDept=&createBy=&createTime=&updateBy=&updateTime=¶ms=&id=&code=&name=&indexType=&defectLevel=&processMethod=&remark=&pageSize=&pageNum=&orderByColumn=&isAsc=' \
--header 'Authorization: Bearer {{password}}' \
--header 'Content-Type: application/json'{
"total": 0,
"rows": [
{
"id": 0,
"code": "string",
"name": "string",
"indexType": "string",
"defectLevel": "string",
"defectLevelName": "string",
"processMethod": "string",
"remark": "string"
}
],
"code": 0,
"msg": "string"
}