1.谐波趋势图调整

This commit is contained in:
wr
2024-01-12 17:38:19 +08:00
parent 3496f93c86
commit 3bf4273736
6 changed files with 1822 additions and 0 deletions

View File

@@ -28,4 +28,11 @@ public class HarmonicHistoryData implements Serializable {
private Float bValue;
private Float cValue;
private Instant timeId;
public void setTimeId(Instant timeId) {
this.timeId = timeId;
this.time = timeId;
}
}