package com.newfiber.system.constant; /** * 常量信息 * * @author newfiber */ public class JumpConstants { /** * 缓存有效期,默认720(分钟) */ public final static long EXPIRATION = 720; public final static String REDISPREFIX = "st_operation_userInfo:"; }