奉贤电表数据接入

This commit is contained in:
2025-07-04 12:37:18 +08:00
parent 126b637932
commit 4bb23a7c75
9 changed files with 2093 additions and 124 deletions

View File

@ -31,4 +31,9 @@ public class RedisKeyConstants
* battery单体电池数据 redis key
*/
public static final String BATTERY = "BATTERY_";
/**
* 电表数据 redis key
*/
public static final String AMMETER = "AMMETER_";
}