import IGood from "../IGood"; export default class ProductComparison { /** 执行商品对照 */ onComply?: (e: IGood[]) => Promise /** 更新对照表 */ // onUpdateComparisonTable?: (e: IGood, values:any) => Promise }