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: