// 语录管理 export interface classticInterface { key: string, id?: number, header: string, text: string, descr: string } export interface comLinkInterface { key: string, id?: number, linktext: string, linkurl: string, descr: string }