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

@@ -0,0 +1,22 @@
package com.njcn.harmonic.pojo.param;
import lombok.Data;
/**
* @author wr
* @description
* @date 2024/1/12 10:20
*/
@Data
public class HarmonicHistoryParam {
private String startTime;
private String endTime;
private String valueTypeName;
private String lineId="16461";
}