IDIS.Model.YL106/IDIS.YL106.Model/Samples/Object_Material_Template.json

43 lines
806 B
JSON
Raw Normal View History

2024-05-04 16:11:53 +08:00
{
"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
}
}
]
}