跳到主要内容

IProductCustomAttribute 接口

interface IProductCustomAttribute 

商品自定义属性

属性

key

key: string;

属性key

name

name: string;

属性名称

type

type: 'float' | 'int' | 'string' | 'boolean';

属性类型

value

value: string;

属性值