字典数据返回调整

This commit is contained in:
2023-08-11 10:07:06 +08:00
parent f82909ccd2
commit 6df90a9002
2 changed files with 35 additions and 9 deletions

View File

@@ -42,10 +42,10 @@ public class EleEpdPqdVO implements Serializable {
private String unit;
@ApiModelProperty(value = "数据开始谐波次数")
private Integer harmStart;
private Double harmStart;
@ApiModelProperty(value = "数据结束谐波次数")
private Integer harmEnd;
private Double harmEnd;
@ApiModelProperty(value = "统计方式")
private String statMethod;