因修改influxDB数据库的部分表结构,谐波模块修改了部分代码

This commit is contained in:
njcn_dhj
2022-06-28 21:08:17 +08:00
parent 76747b5553
commit 90af2c3693
19 changed files with 707 additions and 640 deletions

View File

@@ -209,4 +209,26 @@ public interface InfluxDBPublicParam {
*/
String LIMIT_TARGET = "limit_target";
/**
* 监测点状态信息表
*/
String PQS_COMMUNICATE = "pqs_communicate";
/**
* 终端在线率表公共字段
*/
String ONLINEMIN = "onlinemin";
String OFFLINEMIN = "offlinemin";
/**
* 数据完整性表公共字段
*/
String DUE = "DUE";
String REAL = "REAL";
String DEV_INDEX = "dev_id";
}