修改终端在线率
This commit is contained in:
@@ -79,6 +79,8 @@ public enum CommonResponseEnum {
|
||||
DELETE_PID_EXIST("A0094", "存在子节点"),
|
||||
|
||||
DELETE_PID_UNEXIST("A0095", "不存在子节点"),
|
||||
|
||||
FILE_EXIST("A0096", "文件已存在"),
|
||||
;
|
||||
|
||||
private final String code;
|
||||
|
||||
@@ -214,6 +214,11 @@ public interface InfluxDBPublicParam {
|
||||
*/
|
||||
String PQS_COMASSES = "pqs_comasses";
|
||||
|
||||
/**
|
||||
* 终端运维日志表
|
||||
*/
|
||||
String PQS_TERMINAL_LOGS = "pqs_terminal_logs";
|
||||
|
||||
/**
|
||||
* 监测点状态信息表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user