传参 示例
产品类型:spcsysservice/producttype/listAll
供应商: spcsysservice/supplier/listAll
检验班次: spcsysservice/frequency/listAll
检验类型: spcsysservice/inspectiontype/listAll
工作站点: spcsysservice/workplace/listAll
产品: spcsysservice/product/listAll
工序:spcsysservice/process/listAll
客户:spcsysservice/customer/listAll
检验人员:spcsysservice/inspectionpersonnel/listAll
工作机台:spcsysservice/machine/listAll
```json
{
"productid": "pcb_mes"
}
```
返回示例
```json
{
"msg": "查询成功",
"code": 200,
"data": [
{
"id": "ids-aaa-0001",
"productid": "pcb_mes",
"inspectionTypeCode": "JYLX00001",
"inspectionTypeName": "检验类型001"
},
{
"id": "ids-aaa-0002",
"productid": "pcb_mes",
"inspectionTypeCode": "JYLX00002",
"inspectionTypeName": "检验类型002"
}
]
}
```