|
|
|
|
@ -48,31 +48,37 @@ public class ReportHeatingRunParamDTO {
|
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖设备", "运行状态"}, index = 1) |
|
|
|
|
private String runStatusBoilerOne; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 设定温度 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖设备", "设定温度(℃)"}, index = 2) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempSetBoilerOne; |
|
|
|
|
/** |
|
|
|
|
* 出水温度 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖设备", "出水温度(℃)"}, index = 2) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖设备", "出水温度(℃)"}, index = 3) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempOutBoilerOne; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 回水温度 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖设备", "回水温度(℃)"}, index = 3) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖设备", "回水温度(℃)"}, index = 4) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempInBoilerOne; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 炉水温度 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖设备", "炉水温度(℃)"}, index = 4) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖设备", "炉水温度(℃)"}, index = 5) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempWaterBoilerOne; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 烟道温度(℃) |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖设备", "烟道温度(℃)"}, index = 5) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖设备", "烟道温度(℃)"}, index = 6) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempFlueGasBoilerOne; |
|
|
|
|
|
|
|
|
|
@ -80,34 +86,41 @@ public class ReportHeatingRunParamDTO {
|
|
|
|
|
* 当前状态 |
|
|
|
|
*/ |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "运行状态"}, index = 6) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "运行状态"}, index = 7) |
|
|
|
|
private String runStatusBoilerTwo; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 设定温度 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "设定温度(℃)"}, index = 8) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempSetBoilerTwo; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 出水温度 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "出水温度(℃)"}, index = 7) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "出水温度(℃)"}, index = 9) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempOutBoilerTwo; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 回水温度 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "回水温度(℃)"}, index = 8) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "回水温度(℃)"}, index = 10) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempInBoilerTwo; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 炉水温度 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "炉水温度(℃)"}, index = 9) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "炉水温度(℃)"}, index = 11) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempWaterBoilerTwo; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 烟道温度(℃) |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "烟道温度(℃)"}, index = 10) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖设备", "烟道温度(℃)"}, index = 12) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempFlueGasBoilerTwo; |
|
|
|
|
|
|
|
|
|
@ -115,51 +128,51 @@ public class ReportHeatingRunParamDTO {
|
|
|
|
|
* 当前状态 |
|
|
|
|
*/ |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖泵", "运行状态"}, index = 11) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖泵", "运行状态"}, index = 13) |
|
|
|
|
private String runStatusPumpOne; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 频率 |
|
|
|
|
*/ |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖泵", "频率(Hz)"}, index = 12) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "1号采暖泵", "频率(Hz)"}, index = 14) |
|
|
|
|
private BigDecimal frequencyPumpOne; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 当前状态 |
|
|
|
|
*/ |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖泵", "运行状态"}, index = 13) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖泵", "运行状态"}, index = 15) |
|
|
|
|
private String runStatusPumpTwo; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 频率 |
|
|
|
|
*/ |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖泵", "频率(Hz)"}, index = 14) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "2号采暖泵", "频率(Hz)"}, index = 16) |
|
|
|
|
private BigDecimal frequencyPumpTwo; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 当前状态 |
|
|
|
|
*/ |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "3号采暖泵", "运行状态"}, index = 15) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "3号采暖泵", "运行状态"}, index = 17) |
|
|
|
|
private String runStatusPumpThree; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 频率 |
|
|
|
|
*/ |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "3号采暖泵", "频率(Hz)"}, index = 16) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "3号采暖泵", "频率(Hz)"}, index = 18) |
|
|
|
|
private BigDecimal frequencyPumpThree; |
|
|
|
|
|
|
|
|
|
// 巡查记录人
|
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "巡查记录人", "巡查记录人"}, index = 17) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "巡查记录人", "巡查记录人"}, index = 19) |
|
|
|
|
@ColumnWidth(20) |
|
|
|
|
private String recorder; |
|
|
|
|
|
|
|
|
|
// 备注信息
|
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "备注", "备注"}, index = 18) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "备注", "备注"}, index = 20) |
|
|
|
|
@ColumnWidth(20) |
|
|
|
|
private String remark; |
|
|
|
|
|
|
|
|
|
|