设备监控右侧新增:趋势数据、实时数据、暂态事件相关接口

This commit is contained in:
guofeihu
2024-07-02 16:42:36 +08:00
parent dfa3cb675a
commit 5385d3163b
7 changed files with 355 additions and 140 deletions

View File

@@ -17,4 +17,10 @@ public interface DataParam {
long FILE_SIZE = 10 * 1024 * 1024;
//便携式设备编码(用于某些业务判断)
String portableDevType = "8b45cf6b7f5266e777d07c166ad5fa77";
//统计类型配置-便携式设备-稳态指标的ID(用于某些业务判断)
String portableDevStatisticalId = "bce2dfdfb46c4d96e92584def276d1c8";
//便携式设备默认统计方式
String portableDevStatisticalMethods = "min";
}