平台修改意见20251120-新增设备点位清单上传接口

This commit is contained in:
gaojinming
2025-11-28 11:58:45 +08:00
parent e87abc2807
commit d9c0ff733a
11 changed files with 446 additions and 1 deletions

View File

@ -62,6 +62,11 @@ public class RedisKeyConstants
*/
public static final String COOLING = "COOLING_";
/**
* 点位匹配数据 redis key
*/
public static final String POINT_MATCH = "POINT_MATCH_";
/**
* 存放单个设备同步过来的原始数据-最晚一次数据
*/