package com.vci.ubcs.code.annotation; public interface BaseEnum { String getValue(); String getText(); }