1.谐波趋势图调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user