在职位管理和行业管理中,转为树形表格数据结构

This commit is contained in:
yy
2025-04-02 19:07:15 +08:00
parent b140dd9aae
commit 994ec60616
10 changed files with 442 additions and 254 deletions

View File

@@ -7,6 +7,7 @@ declare namespace API.ClassifyJobs {
}
export interface Jobs {
[x: string]: number;
createTime?: any;
jobId: number;
parentId: number;