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