告警保护方案轮询-初稿

This commit is contained in:
2025-10-29 18:38:34 +08:00
parent 614cca4297
commit 82e63e28d3
9 changed files with 803 additions and 6 deletions

View File

@ -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_";
}