//定义枚举类 public enum DateRangeType{ DR_10Y, DR_5Y, DR_3Y, MANUAL }
//枚举类转字符串 case DateRangeType.DR_10Y.toString()