package com.yf.exam.modules; /** * 通用常量 * @author bool */ public class Constant { /** * 会话 */ public static final String TOKEN = "token"; }