package com.vci.common.portal.enums; /** * 获取枚举的类型 * @author xiongchao * */ public enum GetByType { Name, Label, IntVal }