43 lines
806 B
JSON
43 lines
806 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|