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 | 否 | 物料属性值代码 |