|
|
@ -98,4 +98,201 @@ public class PhotovoltaicDeviceVo { |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "近30天用电量") |
|
|
|
@ApiModelProperty(value = "近30天用电量") |
|
|
|
private List<GenerationPowerVo> generationPowerVoList; |
|
|
|
private List<GenerationPowerVo> generationPowerVoList; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流1") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_one; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流2") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_two; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流3") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_three; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流4") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_four; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流5") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_five; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流6") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_six; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流7") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_seven; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流8") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_eight; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流9") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_nine; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流10") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_ten; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流11") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_eleven; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流12") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double direct_twelve; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压1") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_one; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压2") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_two; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压3") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_three; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压4") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_four; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压5") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_five; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压6") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_six; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压7") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_seven; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压8") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_eight; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压9") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_nine; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压10") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_ten; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压11") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_eleven; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压12") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double dc_voltage_twelve; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流1") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_one; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流2") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_two; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流3") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_three; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流4") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_four; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流5") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_five; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流6") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_six; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流7") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_seven; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流8") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_eight; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流9") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_nine; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流10") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_ten; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流11") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_eleven; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电流12") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double series_twelve; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压1") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_one; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压2") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_two; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压3") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_three; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压4") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_four; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压5") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_five; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压6") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_six; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压7") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_seven; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压8") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_eight; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压9") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_nine; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压10") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_ten; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压11") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_eleven; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "直流电压12") |
|
|
|
|
|
|
|
@JsonSerialize(nullsUsing = NullSerializer.class) |
|
|
|
|
|
|
|
private Double se_voltage_twelve; |
|
|
|
} |
|
|
|
} |
|
|
|