package com.bc.exam.modules; /** * @Description 描述:全局常量定义,存储系统级配置常量 * @Author C薛涵艺034244315 * @Date 20260615 */ public class Constant { /** * 会话令牌常量Key */ public static final String TOKEN = "token"; }