{"page":1,
"limit":10,
"factoryId":"8"
}
curl --location --request POST 'http://192.168.0.22/nexgen/equipment-manage/equipmentParamSubitemRecord/getEquipmentParamSubitemRecordList' \
--header 'factoryId: 8' \
--header 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJjbGFpbUNyZWF0ZSI6MTcxOTYyNTMxNzA3OCwiY2xhaW1FeHBpcmUiOjE3MTk2Njg1MTcwNzgsImNsYWltVGVybWluYWwiOiJwYyIsImNsYWltR3JvdXAiOiIwYmE5N2Q0NS02ODNhLTQzOTItYmEzNC1iNTZlMTkyZGYxYWEiLCJleHAiOjE3MTk2MzI1MTcsImNsYWltQWNjb3VudCI6MTI2fQ.13Y-Emp9M8TZPUoNDExtBE6tOyLWZPyCyQELUKlpDrkDnA2MMUhz-KtPJpFfLcH58MQn8Hvw6C2dzSd9eUeTLA' \
--header 'userId: 126' \
--header 'Content-Type: application/json' \
--data-raw '{"page":1,
"limit":10,
"factoryId":"8"
}'
{
"msg": "",
"code": 200,
"data": {
"total": 2,
"list": [
{
"factoryId": 8,
"parentParamName": "测试011",
"sign": "1",
"actualValue": "12",
"equipmentParamId": 1,
"paramName": "测试01",
"paramEstimate": "12",
"equipmentParamSubitemId": 4,
"qualifiedType": 2,
"parentParamCode": "0523",
"updateBy": 0,
"createTime": "2024-06-28T17:01:32",
"company": "12",
"id": 4
},
{
"factoryId": 8,
"parentParamName": "测试011",
"sign": "1",
"actualValue": "12",
"equipmentParamId": 1,
"paramName": "测试03",
"paramEstimate": "12",
"equipmentParamSubitemId": 6,
"qualifiedType": 1,
"parentParamCode": "0523",
"updateBy": 0,
"createTime": "2024-06-28T17:01:32",
"company": "12",
"id": 5
}
],
"pageNum": 1,
"pageSize": 10,
"size": 2,
"startRow": 1,
"endRow": 2,
"pages": 1,
"prePage": 0,
"nextPage": 0,
"isFirstPage": true,
"isLastPage": true,
"hasPreviousPage": false,
"hasNextPage": false,
"navigatePages": 8,
"navigatepageNums": [
1
],
"navigateFirstPage": 1,
"navigateLastPage": 1
}
}