influxDB测试

This commit is contained in:
2023-05-10 20:02:15 +08:00
parent ba8c4541f1
commit 2e71088c8d
7 changed files with 94 additions and 11 deletions

View File

@@ -213,12 +213,12 @@ public class DataV{
private String lineId;
@Column(name = "phasic_type")
private String phaseType;
private String phasicType;
@Column(name = "value_type")
private String valueType;
//自定义字段-总计算次数
@Column(name = "all_time")
private Integer allTime;
//@Column(name = "all_time")
//private Integer allTime;
}