From 8408019a00b66a536c107039863bc554c0baa6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E6=88=90=E6=97=AD?= <1043274364@qq.com> Date: Tue, 1 Aug 2023 13:37:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E5=BF=85=E5=A1=AB=E9=A1=B9?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/物料/修改物料.md | 2 +- mes/物料/添加物料.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mes/物料/修改物料.md b/mes/物料/修改物料.md index 8c0c3a7..a579e38 100644 --- a/mes/物料/修改物料.md +++ b/mes/物料/修改物料.md @@ -31,7 +31,7 @@ attrs字段 | :-- | :-- | :-- | :-- | | materialCode | string | 是 | 物料编码 | | materialTypeCode | string | 是 | 物料类别代码 | -| attrCode | string | 是 | 属性代码 | +| attrCode | string | 否 | 属性代码 | | attrName | string | 否 | 属性名称 | | attrValue | string | 否 | 物料属性值 | | attrValueCode | string | 否 | 物料属性值代码 | diff --git a/mes/物料/添加物料.md b/mes/物料/添加物料.md index 99db412..5fa29cb 100644 --- a/mes/物料/添加物料.md +++ b/mes/物料/添加物料.md @@ -30,7 +30,7 @@ attrs字段 | :-- | :-- | :-- | :-- | | materialCode | string | 是 | 物料编码 | | materialTypeCode | string | 是 | 物料类别代码 | -| attrCode | string | 是 | 属性代码 | +| attrCode | string | 否 | 属性代码 | | attrName | string | 否 | 属性名称 | | attrValue | string | 否 | 物料属性值 | | attrValueCode | string | 否 | 物料属性值代码 |