This commit is contained in:
CortexCore
2024-05-04 17:05:47 +08:00
parent 7c33d8f8ba
commit ee95d24b2b
23 changed files with 24 additions and 0 deletions

View 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
}
}
]
}