用户信息

interface UserInfo {
    address?: string;
    alias?: string;
    city?: string;
    communityNickname?: string;
    companyName?: string;
    country?: string;
    createdBy?: string;
    createdDate?: Date;
    currencyIsoCode?: string;
    custom?: boolean;
    department?: string;
    email?: string;
    extIdentityID?: string;
    id?: string;
    installedPackage?: string;
    languageLocaleKey?: string;
    lastModifiedBy?: string;
    lastModifiedDate?: Date;
    manager?: string;
    name?: string;
    occupation?: string;
    owner?: string;
    password?: string;
    phone?: string;
    photo?: string;
    postalCode?: string;
    profile?: string;
    province?: string;
    role?: string;
    status?: boolean;
    timeZoneSidKey?: string;
    userName?: string;
    userType?: "user".UserType;
}

Hierarchy (view full)

Properties

address?: string

用户居住地址,此为敏感信息,请不要在源代码中直接写地址。

alias?: string

用户别名

city?: string

用户所在城市

communityNickname?: string

社区昵称

companyName?: string

公司名称

country?: string

国家

createdBy?: string
createdDate?: Date
currencyIsoCode?: string
custom?: boolean
department?: string

部门

email?: string

用户邮箱,此为敏感信息,请不要在源代码中直接写邮箱名称。

extIdentityID?: string

外部用户id, 用于对接第3方账号系统

id?: string
installedPackage?: string
languageLocaleKey?: string

用户语言

lastModifiedBy?: string
lastModifiedDate?: Date
manager?: string

主管

name?: string
occupation?: string

职业

owner?: string
password?: string

用户密码,此为敏感信息,请不要在源代码中直接写明文密码。

phone?: string

用户电话, 此为敏感信息,请不要在源代码中直接写手机号码。

photo?: string

用户头像

postalCode?: string

邮编

profile?: string

用户权限

province?: string

省份

role?: string

用户角色

status?: boolean

状态

timeZoneSidKey?: string

用户时区信息

userName?: string

用户名称

userType?: "user".UserType

用户类型