ICustomModelAssemblySimple 接口
interface ICustomModelAssemblySimple extends Omit<ICustomModelPureSimple, 'productId' | 'productName' | 'category'> 
参数化组合或实例组合
继承: Omit<ICustomModelPureSimple, 'productId' | 'productName' | 'category'>
属性
children
children: ICustomModelPureSimple[];
组合下的实例模型
类型: ICustomModelPureSimple[]
productId
productId?: string;
当为参数化组合时,商品ID
productName
productName?: string;
当为参数化组合时,商品名称