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

com.boot.auth.starter.common.DefaultRolesConstant Maven / Gradle / Ivy

There is a newer version: 1.0.0.4
Show newest version
package com.boot.auth.starter.common;

/**
 * 角色枚举
 */
public interface DefaultRolesConstant {
    /**
     * 系统默认
     **/
    String DEFAULT= "DEFAULT";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy