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

io.github.shitsurei.dao.constants.AuthorityConstant Maven / Gradle / Ivy

The newest version!
package io.github.shitsurei.dao.constants;

/**
 * 权限系统相关常量
 *
 * @author zhanggr-b
 * @version 1.0
 * @date 2022/1/30 12:38
 */
public class AuthorityConstant {
    /**
     * 系统级权限前缀
     */
    public static final String SYSTEM_PREFIX = "system";

    /**
     * 业务级权限前缀
     */
    public static final String BUSINESS_PREFIX = "business";

    /**
     * 权限菜单连接符
     */
    public static final String MENU_CONNECT_SYMBOL = ":";

    /**
     * 角色连接符
     */
    public static final String ROLE_CONNECT_SYMBOL = ":";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy