谐波模块sql语句换成InfluxDBPublicParam

This commit is contained in:
陈超
2022-07-13 15:37:05 +08:00
parent 366bd2d44e
commit 784082ed05
7 changed files with 259 additions and 14 deletions

View File

@@ -56,11 +56,16 @@ public class UserLog extends BaseEntity {
/**
* 事件类型 0.业务事件 1.系统事件
*/
private String type;
private Integer type;
/**
* 模块名
*/
private String serviceName;
/**
* 告警标志 0.未告警 1.已告警
*/
private Integer state;
}