| | |
| | | private boolean isClickPowerStationLabel = true;//(电站标签=true,设备标签=false) |
| | | |
| | | private String key = SortValue.all; |
| | | private String value = SortValue.all; |
| | | private String value = SortValue.all;//descending:降序,ascending:升序 |
| | | |
| | | |
| | | private String installedCapacityMinKey = SortType.installedCapacityMin; |
| | | private int installedCapacityMinValue; |
| | | private int installedCapacityMinValue;//最小组串容量(装机容量) |
| | | private String installedCapacityMaxKey = SortType.installedCapacityMax; |
| | | private int installedCapacityMaxValue; |
| | | private int installedCapacityMaxValue;//最大组串容量(装机容量) |
| | | private String gridTypeKey = SortType.gridType; |
| | | private String gridTypeValue; |
| | | private String gridTypeValue;//并网状态(全部 不传该过滤参数,FULL_GRID:并网,OFFLINE:离网) |
| | | private String powerStationStatusKey = SortType.powerStationStatus; |
| | | private int powerStationStatusValue; |
| | | private int powerStationStatusValue;//电站状态(全部 不传该过滤参数,1:正常(运行),2:离线,3:待接入,4:故障) |
| | | |
| | | private long pageSize = 20;//页数 |
| | | private final long pageSize = 20;//页数 |
| | | |
| | | |
| | | @Override |