All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.blr19c.falowp.bot.system.api.ApiAuth.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0-RC2
Show newest version
package com.blr19c.falowp.bot.system.api

/**
 * 权限
 */
enum class ApiAuth(val code: Int) {

    /**
     * 超级管理员
     */
    ADMINISTRATOR(Int.MAX_VALUE),

    /**
     * 管理员
     */
    MANAGER(100),

    /**
     * 普通成员
     */
    ORDINARY_MEMBER(0),
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy