平台修改意见20251120-点位上传新增数据枚举映射处理逻辑

This commit is contained in:
zq
2025-12-08 18:48:05 +08:00
parent 28dfb0c152
commit b7aaf85a3f
9 changed files with 555 additions and 33 deletions

View File

@ -67,6 +67,11 @@ public class RedisKeyConstants
*/
public static final String POINT_MATCH = "POINT_MATCH_";
/**
* 点位枚举匹配数据 redis key
*/
public static final String POINT_ENUM_MATCH = "POINT_ENUM_MATCH_";
/**
* topic对应站点ID redis key
*/