{
"extAttrs": [
{
"name": "string",
"type": "string",
"value": "string",
"scale": 0
}
],
"current": 0,
"size": 0,
"sortField": "string",
"sortOrder": "string",
"searchKey": "string",
"msdMaterialInfoId": "string",
"barcode": "string",
"equipmentId": "string",
"equipmentName": "string",
"equipmentTool": "string",
"equipmentCode": "string",
"operateType": "string",
"bakeTemperature": 0,
"operateHour": 0,
"expectExposureResetTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
},
"zone": {}
}
}
curl --location --request POST '/oven-cabinet-detail/page' \
--header 'Authorization: {{Authorization}}' \
--header 'Siteid: {{Siteid}}' \
--header 'Renterid: {{Renterid}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"extAttrs": [
{
"name": "string",
"type": "string",
"value": "string",
"scale": 0
}
],
"current": 0,
"size": 0,
"sortField": "string",
"sortOrder": "string",
"searchKey": "string",
"msdMaterialInfoId": "string",
"barcode": "string",
"equipmentId": "string",
"equipmentName": "string",
"equipmentTool": "string",
"equipmentCode": "string",
"operateType": "string",
"bakeTemperature": 0,
"operateHour": 0,
"expectExposureResetTime": {
"dateTime": "string",
"offset": {
"totalSeconds": 0
},
"zone": {}
}
}'
{
"code": 0,
"msg": "",
"data": {
"records": [
{
"createUser": "",
"updateUser": "",
"createDate": {
"dateTime": "",
"offset": {
"totalSeconds": 0
},
"zone": {}
},
"updateDate": {
"dateTime": "",
"offset": {
"totalSeconds": 0
},
"zone": {}
},
"extAttrs": [
{
"name": "",
"type": "",
"value": "",
"scale": 0
}
],
"msdMaterialInfoId": "",
"barcode": "",
"equipmentId": "",
"equipmentName": "",
"equipmentTool": "",
"equipmentCode": "",
"operateType": "",
"bakeTemperature": 0.0,
"operateHour": 0.0,
"expectExposureResetTime": {
"dateTime": "",
"offset": {
"totalSeconds": 0
},
"zone": {}
},
"id": 0,
"createUserName": "",
"updateUserName": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"pages": 0,
"tag": {}
}
}