export interface ISysMutationLogBeforeAfterRequest { sysFunctionCode: string; sysActionCode: string; before: string; after: string; username: string; }