export interface Notice { noticeId: number; noticeTitle: string; noticeType: string; noticeContent: string; status: string; remark: string; createBy: number; createByName: string; createTime: string; }