export enum InformTypeEnum { system = 'system' } export const InformTypeMap = { [InformTypeEnum.system]: { label: '系统通知' } };