Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserInfo

用户信息

Hierarchy

  • UserInfo

Index

Properties

auth

auth: { memberType: string; userName: string }

Type declaration

  • memberType: string
  • userName: string

    店员手机

roleType

roleType: RoleType

角色类型

store

store: { bhManager: string; bhMemberId: string; bhName: string; bhNo: string; bhStoreType: string; bhStoreid: string }

门店信息

Type declaration

  • bhManager: string
  • bhMemberId: string
  • bhName: string

    门店名称

  • bhNo: string

    门店编号

  • bhStoreType: string
  • bhStoreid: string

storeMember

storeMember: { bhStoreid: string }

Type declaration

  • bhStoreid: string

user

user: { outteruserid: string; outterusername: string; usercode: string; username: string; usertel: string; usertype: number; usertypename: string }

用户信息

Type declaration

  • outteruserid: string
  • outterusername: string
  • usercode: string
  • username: string
  • usertel: string
  • usertype: number
  • usertypename: string

userExt

userExt: { birthday: number; gender: Gender; imageUrl: string; phone: string; storeNum: string; userName: string }

用户扩展信息

Type declaration

  • birthday: number

    生日(时间戳)

  • gender: Gender

    性别

  • imageUrl: string

    头像链接

  • phone: string

    手机号

  • storeNum: string

    门店编号

  • userName: string

    用户昵称

Generated using TypeDoc