Authority.java

package com.newbit.user.entity;

public enum Authority {
    USER, MENTOR, ADMIN;
}