This commit is contained in:
CortexCore
2024-05-10 02:59:49 +08:00
parent bec4e7bf91
commit c76f16103c
17 changed files with 155 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
}
},
{
"name": "",
"name": "物料名称",
"idType": "MaterialName",
"metaData": {
"type": "String",
@@ -74,6 +74,15 @@
"minLength": 0,
"maxLength": 255
}
},
{
"name": "订单标识",
"idType": "OderHandle",
"metaData": {
"type": "String",
"minLength": 0,
"maxLength": 255
}
}
]
}