export interface Log { id: number; operator: string; operateTime: string; ip: string; content: string; }