初始化设备信息存入redis

This commit is contained in:
2025-10-15 15:39:18 +08:00
parent d468ef9941
commit 250318ddef
4 changed files with 65 additions and 18 deletions

View File

@ -67,6 +67,8 @@ public class RedisKeyConstants
/** topic 内没有数据设备维度告警 */
public static final String TOPIC_EMPTY_ALARM_RECORD = "topic_empty_";
/** 设备信息初始化 */
public static final String INIT_DEVICE_INFO = "init_device_info";
/** 告警匹配信息 */
public static final String ALARM_MATCH_INFO = "alarm_message_info";