瀏覽代碼

fix: 用户列表域用户字段

hsun 1 年之前
父節點
當前提交
5327b8f30e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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) {