/** * 消息 */ export interface Appstore { // 消息id id?: number; // 标题 title?: string; // 时间 time?: string; // 状态 status?: number; }