1
This commit is contained in:
43
IDIS.YL106.Model/Samples/Object_Material_Template.json
Normal file
43
IDIS.YL106.Model/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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user