BomDetectionProblem 接口
interface BomDetectionProblem
BOM检测中的问题
属性
material
material?: BomMaterialBase;
物料领域检测的数据
类型: BomMaterialBase
message
message?: string;
脚本自定义检测结果信息
product
product?: BomProductBase;
产品领域检测的数据
类型: BomProductBase
ruleId
ruleId: number;
关联规则ID
type
type: BomDetectionType;
检测领域
类型: BomDetectionType