You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
258 B

// 语录管理
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
}