export interface IndustryLookupDto { id: string; tenantId?: string | null; industryCode?: string; industryName: string; parentIndustryId?: string | null; }