1
This commit is contained in:
78
Samples/Data_Oder_Register.json
Normal file
78
Samples/Data_Oder_Register.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"handle": "88.123.99/638504356449571895",
|
||||
"templateVersion": "Template-1.0.0",
|
||||
"value": [
|
||||
{
|
||||
"auth": null,
|
||||
"index": 0,
|
||||
"data": {
|
||||
"format": "string",
|
||||
"value": "order"
|
||||
},
|
||||
"type": "Tags"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 1,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "OderNumber"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 2,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "ProductCode"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 3,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "ProductName"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 4,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "OrderState"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 5,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "0001/1/1 0:00:00"
|
||||
},
|
||||
"type": "CreateTime"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 6,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "0001/1/1 0:00:00"
|
||||
},
|
||||
"type": "UpdateTime"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 7,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "0001/1/1 0:00:00"
|
||||
},
|
||||
"type": "FinishTime"
|
||||
}
|
||||
]
|
||||
}
|
79
Samples/Data_Oder_Template.json
Normal file
79
Samples/Data_Oder_Template.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"prefix": "88.123.99",
|
||||
"version": "1.0.0",
|
||||
"description": "This is a template",
|
||||
"items": [
|
||||
{
|
||||
"name": "标签",
|
||||
"idType": "tags",
|
||||
"metaData": {
|
||||
"type": "string",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "订单编号",
|
||||
"idType": "OderNumber",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "产品编码",
|
||||
"idType": "ProductCode",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "产品名称",
|
||||
"idType": "ProductName",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "订单状态",
|
||||
"idType": "OrderState",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "下单时间",
|
||||
"idType": "CreateTime",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "更新时间",
|
||||
"idType": "UpdateTime",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "完成时间",
|
||||
"idType": "FinishTime",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
87
Samples/Object_Equipment_Register.json
Normal file
87
Samples/Object_Equipment_Register.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"handle": "88.123.99/638504356450474051",
|
||||
"templateVersion": "Template-1.0.0",
|
||||
"value": [
|
||||
{
|
||||
"auth": null,
|
||||
"index": 0,
|
||||
"data": {
|
||||
"format": "string",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Tags"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 1,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Number"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 2,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Name"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 3,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Model"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 4,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Type"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 5,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Description"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 6,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Trace"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 7,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Manufacturer"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 8,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "0001/1/1 0:00:00"
|
||||
},
|
||||
"type": "ManufactureDate"
|
||||
}
|
||||
]
|
||||
}
|
88
Samples/Object_Equipment_Template.json
Normal file
88
Samples/Object_Equipment_Template.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"prefix": "88.123.99",
|
||||
"version": "1.0.0",
|
||||
"description": "This is a template",
|
||||
"items": [
|
||||
{
|
||||
"name": "标签",
|
||||
"idType": "tags",
|
||||
"metaData": {
|
||||
"type": "string",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "编号",
|
||||
"idType": "Number",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "名称",
|
||||
"idType": "Name",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "型号",
|
||||
"idType": "Model",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "类型",
|
||||
"idType": "Type",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "描述",
|
||||
"idType": "Description",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "来源",
|
||||
"idType": "Trace",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "生产厂家",
|
||||
"idType": "Manufacturer",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "生产日期",
|
||||
"idType": "ManufactureDate",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
42
Samples/Object_Material_Register.json
Normal file
42
Samples/Object_Material_Register.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"handle": "88.123.99/638504356450486389",
|
||||
"templateVersion": "Template-1.0.0",
|
||||
"value": [
|
||||
{
|
||||
"auth": null,
|
||||
"index": 0,
|
||||
"data": {
|
||||
"format": "string",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Tags"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 1,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "MaterialName"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 2,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "MaterialType"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 3,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "ManufactureDate"
|
||||
}
|
||||
]
|
||||
}
|
43
Samples/Object_Material_Template.json
Normal file
43
Samples/Object_Material_Template.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"prefix": "88.123.99",
|
||||
"version": "1.0.0",
|
||||
"description": "This is a template",
|
||||
"items": [
|
||||
{
|
||||
"name": "标签",
|
||||
"idType": "tags",
|
||||
"metaData": {
|
||||
"type": "string",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "物料名称",
|
||||
"idType": "MaterialName",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "物料类型",
|
||||
"idType": "MaterialType",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "生产日期",
|
||||
"idType": "ManufactureDate",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
69
Samples/Object_Product_Register.json
Normal file
69
Samples/Object_Product_Register.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"handle": "88.123.99/638504356450495496",
|
||||
"templateVersion": "Template-1.0.0",
|
||||
"value": [
|
||||
{
|
||||
"auth": null,
|
||||
"index": 0,
|
||||
"data": {
|
||||
"format": "string",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Tags"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 1,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "ProductName"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 2,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "ProductType"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 3,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "OrderHandle"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 4,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "0001/1/1 0:00:00"
|
||||
},
|
||||
"type": "ManufactureDate"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 5,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "BatchNumber"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 6,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": "请不要在用力弯曲或者误食笔芯"
|
||||
},
|
||||
"type": "Note"
|
||||
}
|
||||
]
|
||||
}
|
70
Samples/Object_Product_Template.json
Normal file
70
Samples/Object_Product_Template.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"prefix": "88.123.99",
|
||||
"version": "1.0.0",
|
||||
"description": "This is a template",
|
||||
"items": [
|
||||
{
|
||||
"name": "标签",
|
||||
"idType": "tags",
|
||||
"metaData": {
|
||||
"type": "string",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "产品名称",
|
||||
"idType": "ProductName",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "产品类型",
|
||||
"idType": "ProductType",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "订单标识",
|
||||
"idType": "OrderHandle",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "生产日期",
|
||||
"idType": "ManufactureDate",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "批次号",
|
||||
"idType": "BatchNumber",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "注意事项",
|
||||
"idType": "Note",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
78
Samples/Procedure_Assembly_Register.json
Normal file
78
Samples/Procedure_Assembly_Register.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"handle": "88.123.99/638504356450505177",
|
||||
"templateVersion": "Template-1.0.0",
|
||||
"value": [
|
||||
{
|
||||
"auth": null,
|
||||
"index": 0,
|
||||
"data": {
|
||||
"format": "string",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Tags"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 1,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "MaterialName"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 2,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Name"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 3,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "AssignmentCode"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 4,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "MainObject"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 5,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "2024/5/4 16:07:24"
|
||||
},
|
||||
"type": "CreateTime"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 6,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "2024/5/4 16:07:24"
|
||||
},
|
||||
"type": "CompleteTime"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 7,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "2024/5/4 16:07:24"
|
||||
},
|
||||
"type": "LastUpdateTime"
|
||||
}
|
||||
]
|
||||
}
|
79
Samples/Procedure_Assembly_Template.json
Normal file
79
Samples/Procedure_Assembly_Template.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"prefix": "88.123.99",
|
||||
"version": "1.0.0",
|
||||
"description": "This is a template",
|
||||
"items": [
|
||||
{
|
||||
"name": "标签",
|
||||
"idType": "tags",
|
||||
"metaData": {
|
||||
"type": "string",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"idType": "MaterialName",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "工序名称",
|
||||
"idType": "Name",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "业务任务编码",
|
||||
"idType": "AssignmentCode",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "主要物体",
|
||||
"idType": "MainObject",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "创建时间",
|
||||
"idType": "CreateTime",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "完成时间",
|
||||
"idType": "CompleteTime",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "最后更新时间",
|
||||
"idType": "LastUpdateTime",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
96
Samples/Procedure_Transport_Register.json
Normal file
96
Samples/Procedure_Transport_Register.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"handle": "88.123.99/638504356450514755",
|
||||
"templateVersion": "Template-1.0.0",
|
||||
"value": [
|
||||
{
|
||||
"auth": null,
|
||||
"index": 0,
|
||||
"data": {
|
||||
"format": "string",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Tags"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 1,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "ContainerHandle"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 2,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "OriginalDestination"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 3,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "TargetDestination"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 4,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "Name"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 5,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "AssignmentCode"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 6,
|
||||
"data": {
|
||||
"format": "String",
|
||||
"value": ""
|
||||
},
|
||||
"type": "MainObject"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 7,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "2024/5/4 16:07:24"
|
||||
},
|
||||
"type": "CreateTime"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 8,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "2024/5/4 16:07:24"
|
||||
},
|
||||
"type": "CompleteTime"
|
||||
},
|
||||
{
|
||||
"auth": null,
|
||||
"index": 9,
|
||||
"data": {
|
||||
"format": "DateTime",
|
||||
"value": "2024/5/4 16:07:24"
|
||||
},
|
||||
"type": "LastUpdateTime"
|
||||
}
|
||||
]
|
||||
}
|
97
Samples/Procedure_Transport_Template.json
Normal file
97
Samples/Procedure_Transport_Template.json
Normal file
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"prefix": "88.123.99",
|
||||
"version": "1.0.0",
|
||||
"description": "This is a template",
|
||||
"items": [
|
||||
{
|
||||
"name": "标签",
|
||||
"idType": "tags",
|
||||
"metaData": {
|
||||
"type": "string",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "指定容器",
|
||||
"idType": "ContainerHandle",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "原位置",
|
||||
"idType": "OriginalDestination",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "目标位置",
|
||||
"idType": "TargetDestination",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "工序名称",
|
||||
"idType": "Name",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "业务任务编码",
|
||||
"idType": "AssignmentCode",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "主要物体",
|
||||
"idType": "MainObject",
|
||||
"metaData": {
|
||||
"type": "String",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "创建时间",
|
||||
"idType": "CreateTime",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "完成时间",
|
||||
"idType": "CompleteTime",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "最后更新时间",
|
||||
"idType": "LastUpdateTime",
|
||||
"metaData": {
|
||||
"type": "DateTime",
|
||||
"minLength": 0,
|
||||
"maxLength": 255
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user