Interface UserType

All Superinterfaces:
Serializable

public interface UserType extends Serializable
用户类型接口,定义用户类型的基本属性
Author:
Cody Lu
  • Method Summary

    Modifier and Type
    Method
    Description
    所有用户类型
    获取用户类型名称
    boolean
    是否为隶属于某个租户下面的用户
  • Method Details

    • getType

      String getType()
      获取用户类型名称
      Returns:
      用户类型名称
    • isTenantUser

      boolean isTenantUser()
      是否为隶属于某个租户下面的用户
      Returns:
    • allTypes

      List<UserType> allTypes()
      所有用户类型
      Returns: