跳到主要内容

IBomGroupFull type

分组信息 @vm-type UnknownType

Signature:

declare type IBomGroupFull<T = any> = AugmentedRequired<Omit<IBomGroup<T>, 'children'>, 'category' | 'attributes'> & IBomGroupId & Required<IBomRoomMetaInfo> & IProductCodeInOrder & {
productName: string;
orderName: string;
packageId?: string;
children?: Array<IBomGroupFull<T>>;
};

Links: declare type IBomGroupFull<T = any> = AugmentedRequired<Omit<IBomGroup<T>, 'children'>, 'category' | 'attributes'> & IBomGroupId & Required<IBomRoomMetaInfo> & IProductCodeInOrder & { productName: string; orderName: string; packageId?: string; children?: Array<IBomGroupFull<T>>; };

References: AugmentedRequired, IBomGroup, IBomGroupId, IBomRoomMetaInfo, IProductCodeInOrder, IBomGroupFull