crm-团队成员:新增获得权限级别名称函数 getLevelName

This commit is contained in:
puhui999
2023-11-14 12:06:42 +08:00
parent ba702d03bc
commit 8e0cf5c1e5
2 changed files with 36 additions and 3 deletions

View File

@ -9,6 +9,7 @@ export interface PermissionVO {
deptName?: string // 部门名称
nickname?: string // 用户昵称
postNames?: string // 岗位名称数组
createTime?: Date
}
// 查询团队成员列表