IProduct 接口
interface IProduct
商品信息
属性
category
category: number;
所属真分类
coverImgUrl
coverImgUrl?: string;
封面图
customFields
customFields?: IProductCustomField[];
自定义字段
类型: IProductCustomField[]
name
name: string;
商品名称
ownerCompanyId
ownerCompanyId: string;
商品所属商家ID
productId
productId: string;
商品ID
sketchImgUrl
sketchImgUrl?: string;
标注图