跳到主要内容

IFittingDataV2 接口

interface IFittingDataV2<WithRequiredId extends boolean = false> 

孔槽数据 @vm-type UnknownType

属性

grooves

grooves?: Array<WithRequiredId extends true ? IGrooveDataV2WithId : IGrooveDataV2WithOptionalId>;

槽的集合

类型: Array<WithRequiredId extends true ? IGrooveDataV2WithId : IGrooveDataV2WithOptionalId>

holes

holes?: Array<WithRequiredId extends true ? IHoleDataV2WithId : IHoleDataV2WithOptionalId>;

孔的集合

类型: Array<WithRequiredId extends true ? IHoleDataV2WithId : IHoleDataV2WithOptionalId>

modelId

modelId: string;

孔槽关联的商品id