com.boot.auth.starter.common.DefaultRolesConstant Maven / Gradle / Ivy
package com.boot.auth.starter.common;
/**
* 角色枚举
*/
public interface DefaultRolesConstant {
/**
* 系统默认
**/
String DEFAULT= "DEFAULT";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy