This commit is contained in:
laodaming 2023-11-21 10:02:27 +08:00
parent 9ca89cf975
commit ce1ea141d2
2 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,7 @@ type CreateLdapUserReq struct {
Mobile string `json:"mobile"` //手机号 Mobile string `json:"mobile"` //手机号
Avatar string `json:"avatar"` //头像地址 Avatar string `json:"avatar"` //头像地址
EmployeeType int64 `json:"employee_type,options=1|2|3"` //1正式 2实习 3外包 EmployeeType int64 `json:"employee_type,options=1|2|3"` //1正式 2实习 3外包
GroupId int64 `json:"group_id"` //分组id
Status int64 `json:"status,options=0|1"` //状态 1正常0离职 Status int64 `json:"status,options=0|1"` //状态 1正常0离职
} }

View File

@ -221,6 +221,7 @@ type CreateLdapUserReq {
Mobile string `json:"mobile"` //手机号 Mobile string `json:"mobile"` //手机号
Avatar string `json:"avatar"` //头像地址 Avatar string `json:"avatar"` //头像地址
EmployeeType int64 `json:"employee_type,options=1|2|3"` //1正式 2实习 3外包 EmployeeType int64 `json:"employee_type,options=1|2|3"` //1正式 2实习 3外包
GroupId int64 `json:"group_id"` //分组id
Status int64 `json:"status,options=0|1"` //状态 1正常0离职 Status int64 `json:"status,options=0|1"` //状态 1正常0离职
} }
//修改ldap用户信息 //修改ldap用户信息