feat(projects): 新增项目、执行、任务等功能
This commit is contained in:
6
src/typings/api/system-manage.d.ts
vendored
6
src/typings/api/system-manage.d.ts
vendored
@@ -428,6 +428,12 @@ declare namespace Api {
|
||||
id: string;
|
||||
/** 用户昵称 */
|
||||
nickname: string;
|
||||
/** 用户账号 */
|
||||
username?: string | null;
|
||||
/** 部门 ID */
|
||||
deptId?: string | null;
|
||||
/** 部门名称 */
|
||||
deptName?: string | null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user