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