谐波模块sql语句换成InfluxDBPublicParam
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user