1.influxDB引入包调整

2.波形图片对外接口
This commit is contained in:
2023-09-26 20:35:06 +08:00
parent c5798152cc
commit f2d9756e3f
4 changed files with 63 additions and 3 deletions

View File

@@ -91,4 +91,10 @@ public class CsEventPO extends BaseEntity {
*/
@TableField(value = "level")
private Integer level;
/**
* 发生位置 grid:电网侧load:负载侧
*/
@TableField(value = "location")
private String location;
}