package com.jwt.restapi.entity;

public enum Priority {
    Low,
    Medium,
    High
}
