Merge remote-tracking branch 'origin/master'

This commit is contained in:
njcn_dhj
2022-07-07 16:20:20 +08:00
17 changed files with 429 additions and 463 deletions

View File

@@ -209,6 +209,16 @@ public interface InfluxDBPublicParam {
*/
String LIMIT_TARGET = "limit_target";
/**
* pqs_comasses
*/
String PQS_COMASSES = "pqs_comasses";
/**
* 终端运维日志表
*/
String PQS_TERMINAL_LOGS = "pqs_terminal_logs";
/**
* 监测点状态信息表
*/
@@ -246,5 +256,9 @@ public interface InfluxDBPublicParam {
String DEV_INDEX = "dev_id";
/**
* 稳态数据分析字段
*/
String PHASIC_TYPET = "T";
}