DDS页面数据设置

This commit is contained in:
2025-08-04 16:23:04 +08:00
parent 97c667bd77
commit 90315d8e2c
5 changed files with 79 additions and 19 deletions

View File

@ -46,4 +46,9 @@ public class RedisKeyConstants
* 电池组 redis key
*/
public static final String GROUP = "GROUP_";
/**
* BMSD原始数据 redis key
*/
public static final String ORIGINAL_BMSD = "BMSD_";
}