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

fun.fengwk.upms.share.permission.constant.RoleStatus Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package fun.fengwk.upms.share.permission.constant;

/**
 * @author fengwk
 */
public enum RoleStatus {

    /**
     * 启用的角色状态
     */
    ENABLED,

    /**
     * 禁用的角色状态
     */
    DISABLED;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy