IBomGroupBase 接口
interface IBomGroupBase<T = string> extends IBomCategoryAttr<T>, Pick<IBomMetaInfo, 'sortingCode' | 'codeInERP'>, IBomRoomMetaInfo
继承: IBomCategoryAttr<T>, Pick<IBomMetaInfo, 'sortingCode' | 'codeInERP'>, IBomRoomMetaInfo
属性
bomId
bomId?: string;
叶子节点对应的物料ID
children
children?: IBomGroupBase<T>[];
子节点
类型: IBomGroupBase<T>[]
comment
comment?: string;
备注信息
name
name?: string;
名称
productId
productId?: string;
产品ID 如果不传的话,将会从attributes中的source字段来进行逻辑填充; 响应时,此字段一定存在