cn.foxtech.common.utils.redis.status.RedisStatusConst Maven / Gradle / Ivy
/* ----------------------------------------------------------------------------
* Copyright (c) Guangzhou Fox-Tech Co., Ltd. 2020-2024. All rights reserved.
* --------------------------------------------------------------------------- */
package cn.foxtech.common.utils.redis.status;
public class RedisStatusConst {
/**
* 激活时间:程序心跳时间,告知别的服务,自己还在工作
*/
public static final String field_active_time = "activeTime";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy