IBomGroupFull 类型
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>>;
};
分组信息 @vm-type UnknownType
引用: AugmentedRequired, IBomGroup, IBomGroupId, IBomRoomMetaInfo, IProductCodeInOrder, IBomGroupFull