crm:code review 权限列表

This commit is contained in:
YunaiV
2023-11-19 00:28:22 +08:00
parent 2e01944df9
commit b1f5ad55b8
4 changed files with 19 additions and 7 deletions

View File

@ -6,9 +6,9 @@ export interface PermissionVO {
bizType: number | undefined // Crm 类型
bizId: number | undefined // Crm 类型数据编号
level: number | undefined // 权限级别
deptName?: string // 部门名称
deptName?: string // 部门名称 // 岗位名称数组 TODO @puhui999数组
nickname?: string // 用户昵称
postNames?: string // 岗位名称数组
postNames?: string // 岗位名称数组 TODO @puhui999数组
createTime?: Date
}