1.influxDB引入包调整
2.波形图片对外接口
This commit is contained in:
@@ -91,4 +91,10 @@ public class CsEventPO extends BaseEntity {
|
||||
*/
|
||||
@TableField(value = "level")
|
||||
private Integer level;
|
||||
|
||||
/**
|
||||
* 发生位置 grid:电网侧,load:负载侧
|
||||
*/
|
||||
@TableField(value = "location")
|
||||
private String location;
|
||||
}
|
||||
Reference in New Issue
Block a user