interface CustomElem { data:string; // 自定义 json string extension:string; // 拓展信息 description:string; // 描述信息 } export default CustomElem;