1
This commit is contained in:
97
IDIS.YL106.Model/Samples/Procedure_Transport_Template.json
Normal file
97
IDIS.YL106.Model/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