This commit is contained in:
CortexCore
2024-04-29 11:34:11 +08:00
commit 4db0176004
17 changed files with 1282 additions and 0 deletions

175
samples/idis_query.json Normal file
View File

@@ -0,0 +1,175 @@
{
"message": "success",
"status": 1,
"data": {
"prefixType": 4,
"metaDataInfo": {
"industryCategory": "制造业",
"industrySpecific": "通用设备制造业",
"itemVOS": [
{
"minLength": "0",
"enName": "productName",
"type": "string",
"chName": "产品名称",
"maxLength": "200"
},
{
"minLength": "0",
"enName": "batchNo",
"type": "string",
"chName": "批次号",
"maxLength": "100"
},
{
"minLength": "0",
"enName": "categoryName",
"type": "string",
"chName": "应用行业",
"maxLength": "100"
},
{
"minLength": "0",
"enName": "remark",
"type": "string",
"chName": "产品简介",
"maxLength": "500"
},
{
"minLength": "0",
"enName": "CPU",
"type": "string",
"chName": "CPU",
"maxLength": "50"
},
{
"minLength": "0",
"enName": "RAMROM",
"type": "string",
"chName": "内存",
"maxLength": "50"
},
{
"minLength": "0",
"enName": "Interface",
"type": "string",
"chName": "接口",
"maxLength": "50"
},
{
"minLength": "0",
"enName": "screenName",
"type": "string",
"chName": "显示屏",
"maxLength": "100"
},
{
"minLength": "0",
"enName": "positionSystem",
"type": "string",
"chName": "定位系统",
"maxLength": "100"
},
{
"minLength": "0",
"enName": "temperature",
"type": "string",
"chName": "工作温度",
"maxLength": "100"
}
],
"prefix": "88.111.1315",
"name": "工业级手持PDA",
"description": "适用于工业级手持PDA描述产品的规格特性",
"id": 3744,
"version": "工业级手持PDA",
"createDate": "2023-09-05 17:21:57",
"entName": "中国信息通信院"
},
"pmsReg": true,
"titleBarInfo": {
"count": "764",
"handle": "88.111.1315/PX2R217049T1",
"type": 4
},
"idData": [
{
"index": 0,
"type": "string",
"name": "标识",
"realVal": "88.111.1315/PX2R217049T1",
"references": null
},
{
"index": 2,
"type": "string",
"name": "产品名称",
"realVal": "工业级手持终端PDA-ATUPX200",
"references": null
},
{
"index": 3,
"type": "string",
"name": "批次号",
"realVal": "ATU-PX200MI04",
"references": null
},
{
"index": 4,
"type": "string",
"name": "应用行业",
"realVal": "制造业",
"references": null
},
{
"index": 5,
"type": "string",
"name": "产品简介",
"realVal": "工业级手持PDA现场采集的优质智能工具适用于仓储、零售、生产制造、物流等场景助力企业数字化快速进阶。",
"references": null
},
{
"index": 6,
"type": "string",
"name": "CPU",
"realVal": "Cortex™-A53八核2.0GHz",
"references": null
},
{
"index": 7,
"type": "string",
"name": "内存",
"realVal": "4GB+64GB",
"references": null
},
{
"index": 8,
"type": "string",
"name": "接口",
"realVal": "Type-c接口",
"references": null
},
{
"index": 9,
"type": "string",
"name": "显示屏",
"realVal": "4英寸工业级耐低温IPS显示屏",
"references": null
},
{
"index": 10,
"type": "string",
"name": "定位系统",
"realVal": "GPS、北斗、GLONASS",
"references": null
},
{
"index": 11,
"type": "string",
"name": "工作温度",
"realVal": "-20℃至+50℃",
"references": null
}
]
}
}

View File

@@ -0,0 +1,8 @@
{
"handle": "88.123.99/202404281606",
"templateVersion": "1.0",
"value": {
"key1": "value1",
"key2": "value2"
}
}