/** * 预检查恢复DTO */ export declare class PreCheckRestoreDto { entityType: string; entityId: string; auditLogId: string; }