orgnanization onboarding stepper form changes, code refactor for custom data-table grid

This commit is contained in:
Gagan7900
2026-07-28 12:07:28 +05:30
parent 95fc5bf17f
commit 9ce058895c
154 changed files with 5480 additions and 9738 deletions
@@ -0,0 +1,7 @@
export interface IndustryLookupDto {
id: string;
tenantId?: string | null;
industryCode?: string;
industryName: string;
parentIndustryId?: string | null;
}