河北pms接口慢问题解决
This commit is contained in:
@@ -30,7 +30,10 @@ public class RStatOrgParam extends StatisticsBizBaseParam {
|
||||
@ApiModelProperty(name = "monitorSort", value = "监测点类别")
|
||||
private List<String> monitorSort;
|
||||
|
||||
// @ApiModelProperty(name = "voltageLevels", value = "电压等级")
|
||||
// private List<String> voltageLevels;
|
||||
private Integer pageNum;
|
||||
|
||||
private Integer pageSize;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@ package com.njcn.harmonic.pojo.vo;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
import java.time.LocalDate;
|
||||
|
||||
@@ -215,6 +216,7 @@ public class RMpPartHarmonicDetailVO {
|
||||
private Integer flickerOverDay;
|
||||
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public static class PwRMpPartHarmonicDetailDVO extends RMpPartHarmonicDetailVO {
|
||||
/**
|
||||
* 监测点类别
|
||||
|
||||
Reference in New Issue
Block a user