Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUserDeptIds ¶
GetUserDeptIds 获取用户所在的部门
Types ¶
type Dept ¶
type User ¶
type User struct { Name string `json:"name"` DN string `json:"dn"` CN string `json:"cn"` SN string `json:"sn"` Mobile string `json:"mobile"` BusinessCategory string `json:"businessCategory"` // 业务类别,部门名字 DepartmentNumber string `json:"departmentNumber"` // 部门编号,此处可以存放员工的职位 Description string `json:"description"` // 描述 DisplayName string `json:"displayName"` // 展示名字,可以是中文名字 Mail string `json:"mail"` // 邮箱 EmployeeNumber string `json:"employeeNumber"` // 员工工号 GivenName string `json:"givenName"` // 给定名字,如果公司有花名,可以用这个字段 PostalAddress string `json:"postalAddress"` // 家庭住址 DepartmentIds []string `json:"department_ids"` }
Click to show internal directories.
Click to hide internal directories.