package com.dobbinsoft.fw.core.annotation; /** * Created with IntelliJ IDEA. * Description: * User: rize * Date: 2018-08-24 * Time: 下午5:03 */ public enum ResultType { COMMONS, COOKIE; }