Browse Source

fix: 用户列表域用户字段

hsun 1 year ago
parent
commit
5327b8f30e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      models/system/sys_admin.go

+ 1 - 0
models/system/sys_admin.go

@@ -41,6 +41,7 @@ type AdminItem struct {
 	CityCode                string `description:"市编码"`
 	EmployeeId              string `description:"员工工号(钉钉/每刻报销)"`
 	TelAreaCode             string `description:"手机区号"`
+	IsLdap                  int    `description:"是否为域用户:0-系统账户;1-域用户"`
 }
 
 func GetSysuserList(condition string, pars []interface{}, startSize, pageSize int) (items []*AdminItem, err error) {