告警保护方案轮询-初稿
This commit is contained in:
@ -63,7 +63,7 @@ public class RedisKeyConstants
|
||||
public static final String COOLING = "COOLING_";
|
||||
|
||||
/**
|
||||
* 存放单个设备同步过来的原始数据
|
||||
* 存放单个设备同步过来的原始数据-最晚一次数据
|
||||
*/
|
||||
public static final String ORIGINAL_MQTT_DATA = "MQTT_";
|
||||
|
||||
@ -87,4 +87,7 @@ public class RedisKeyConstants
|
||||
public static final String DDS_TOTAL_REVENUE = "total_revenue_";
|
||||
/** fx实时总收益和当日实时收益 */
|
||||
public static final String FXX_REALTIME_REVENUE = "realtime_revenue_";
|
||||
|
||||
/** 每个设备最新数据-设置失效时间-判断是否正常同步数据 */
|
||||
public static final String SYNC_DATA= "SYNC_DATA_";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user