export interface IHeadFrameCfg {
/**
*ID
*/
id:number,
*名称
name:string,
*描述
desc:string,
*图标
icon:string,
}