loginToken.yaml 580 字节
version: v1
kind: Schema
metadata:
  name: loginToken
  description: 构建登录凭证时需要的数据
  attributes:
    - name: account
      description: 登录账号
      type:
        primitive: string
    - name: companyId
      description: 企业id
      type:
        primitive: int64
    - name: organizationId
      description: 组织id
      type:
        primitive: int64
    - name: isLogin
      description: 是否已经进入系统
      type:
        primitive: boolean
    - name: userType
      description: 用户类型
      type:
        primitive: int