IPreviewPlankDrawingOption 类型
declare type IPreviewPlankDrawingOption = Pick<PlankEditableType, 'thickness' | 'textureDirection' | 'finishedWidth' | 'finishedHeight' | 'finishedProfile' | 'holes' | 'grooves' | 'inners'> & Partial<Pick<PlankEditableType, 'baseMaterial' | 'material' | 'name' | 'code' | 'comment'>> & {
modelId?: string;
orderId?: string;
orderName?: string;
productName?: string;
};
预览板件图纸 @vm-type UnknownType