优化company/profile

This commit is contained in:
2024-09-20 16:11:55 +08:00
parent e298d960e7
commit ed4b4afda0
74 changed files with 2392 additions and 8130 deletions

View File

@@ -70,6 +70,7 @@ export interface CmsNavigation {
tenantId?: number;
// 创建时间
createTime?: string;
children?: CmsNavigation[];
}
/**