package com.dobbinsoft.fw.core.annotation; /** * Created with IntelliJ IDEA. * Description: * User: rize * Date: 2018-03-25 * Time: 下午1:12 */ public enum HttpParamType { HEADER, COMMON, USER_ID, ADMIN_ID, IP, FILE ; }