因修改influxDB数据库的部分表结构,谐波模块修改了部分代码
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user