Class TenantValue

java.lang.Object
cn.sinozg.applet.common.properties.TenantValue

public class TenantValue extends Object
租户配置
  • Field Details

    • enable

      private boolean enable
      是否开启
    • expiredCheck

      private boolean expiredCheck
      开启过期检查
    • checkExcludePath

      private List<String> checkExcludePath
      请求拦截 自定义的拦截器 路径
    • tables

      private List<String> tables
      忽略的表名称
  • Constructor Details

    • TenantValue

      public TenantValue()
  • Method Details

    • isEnable

      public boolean isEnable()
      获取 是否开启
      Returns:
      enable 是否开启
    • setEnable

      public void setEnable(boolean enable)
      设置 是否开启
      Parameters:
      enable - 是否开启
    • isExpiredCheck

      public boolean isExpiredCheck()
      获取 开启过期检查
      Returns:
      expiredCheck 开启过期检查
    • setExpiredCheck

      public void setExpiredCheck(boolean expiredCheck)
      设置 开启过期检查
      Parameters:
      expiredCheck - 开启过期检查
    • getCheckExcludePath

      public List<String> getCheckExcludePath()
      获取 请求拦截 自定义的拦截器 路径
      Returns:
      checkExcludePath 请求拦截 自定义的拦截器 路径
    • setCheckExcludePath

      public void setCheckExcludePath(List<String> checkExcludePath)
      设置 请求拦截 自定义的拦截器 路径
      Parameters:
      checkExcludePath - 请求拦截 自定义的拦截器 路径
    • getTables

      public List<String> getTables()
      获取 忽略的表名称
      Returns:
      tables 忽略的表名称
    • setTables

      public void setTables(List<String> tables)
      设置 忽略的表名称
      Parameters:
      tables - 忽略的表名称