IBomGroupBase interface
Signature:
interface IBomGroupBase<T = string> extends IBomCategoryAttr<T>, Pick<IBomMetaInfo, 'sortingCode' | 'codeInERP'>, IBomRoomMetaInfo
Links: interface IBomGroupBase<T = string> extends IBomCategoryAttr<T>, Pick<IBomMetaInfo, 'sortingCode' | 'codeInERP'>, IBomRoomMetaInfo
Extends: IBomCategoryAttr<T>, Pick<IBomMetaInfo, 'sortingCode' | 'codeInERP'>, IBomRoomMetaInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | (Optional) 叶子节点对应的物料ID | ||
IBomGroupBase<T>[] | (Optional) 子节点 | ||
string | (Optional) 备注信息 | ||
string | (Optional) 名称 | ||
string | (Optional) 产品ID 如果不传的话,将会从attributes中的source字段来进行逻辑填充; 响应时,此字段一定存在 |