跳到主要内容

IBomPlankRelation 接口

interface IBomPlankRelation 

关联的板件信息 仅支持创建板件时写入,更新板件时不支持更新关联关系

属性

relation

relation?: {
relationType: EPlankRelationType;
relationData: IBomPlankEditable[];
technology?: string;
};

类型: { relationType: EPlankRelationType; relationData: IBomPlankEditable[]; technology?: string; }