package com.oying.aspect; /** * 限流枚举 * @author Z */ public enum LimitType { // 默认 CUSTOMER, // by ip addr IP }