|
|
|
@ -56,207 +56,207 @@ public class MaglevReportSysParamDTO {
|
|
|
|
|
* 冷冻水进水温度℃ |
|
|
|
|
*/ |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "冷冻水进水温度℃"}, index = 2) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "冷冻水进水温度℃"}, index = 1) |
|
|
|
|
private BigDecimal tempInChillerWater; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷冻水出水温度℃ |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "冷冻水出水温度℃"}, index = 3) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "冷冻水出水温度℃"}, index = 2) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempOutChillerWater; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 设计流量% |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "设计流量%"}, index = 4) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "设计流量%"}, index = 3) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal designFlow; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 蒸发器压力kpa |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "蒸发器压力kpa"}, index = 5) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "蒸发器压力kpa"}, index = 4) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal pressEvapSaturation; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 蒸发器饱和温度℃ |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "蒸发器饱和温度℃"}, index = 6) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "蒸发器饱和温度℃"}, index = 5) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempEvapSaturation; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 趋近温度℃ |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "趋近温度℃"}, index = 7) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "蒸发器", "趋近温度℃"}, index = 6) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempEvapApproaching; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷却水进水温度℃ |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷凝器", "冷却水进水温度℃"}, index = 8) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷凝器", "冷却水进水温度℃"}, index = 7) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempInCoolingWater; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷却水出水温度℃ |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷凝器", "冷却水出水温度℃"}, index = 9) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷凝器", "冷却水出水温度℃"}, index = 8) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempOutCoolingWater; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷凝器压力kpa |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷凝器", "冷凝器压力kpa"}, index = 10) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷凝器", "冷凝器压力kpa"}, index = 9) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal pressCondenserSaturation; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷凝器饱和温度℃ |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷凝器", "冷凝器饱和温度℃"}, index = 11) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷凝器", "冷凝器饱和温度℃"}, index = 10) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempCondenserSaturation; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷凝器趋近温度℃ |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷凝器", "趋近温度℃"}, index = 12) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷凝器", "趋近温度℃"}, index = 11) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempCondenserApproaching; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷冻水设定值 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "冷冻水设定值℃"}, index = 13) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "冷冻水设定值℃"}, index = 12) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal setChillerWater; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷水机需求% |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "冷水机需求%"}, index = 14) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "冷水机需求%"}, index = 13) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal setLoad; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 总电流A |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "总电流A"}, index = 15) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "总电流A"}, index = 14) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal currentTotal; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 总输入功率kw |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "总输入功率kw"}, index = 16) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "总输入功率kw"}, index = 15) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal inputPowerTotal; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 压缩比 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "压缩比"}, index = 17) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "压缩比"}, index = 16) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal ratioComp; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 膨胀阀开度% |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "膨胀阀开度%"}, index = 18) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "膨胀阀开度%"}, index = 17) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal openExv; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 运行中的压缩机数量 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "运行中的压缩机数量"}, index = 19) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "系统", "运行中的压缩机数量"}, index = 18) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private Integer runCompNum; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷冻水泵频率hz |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷冻泵", "冷冻水泵频率hz"}, index = 20) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷冻泵", "冷冻水泵频率hz"}, index = 19) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal frequencyChiller; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷冻水进水压力kpa |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷冻泵", "冷冻水进水压力kpa"}, index = 21) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷冻泵", "冷冻水进水压力kpa"}, index = 20) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal pressInChillerWater; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷冻水出水压力kpa |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷冻泵", "冷冻水出水压力kpa"}, index = 22) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷冻泵", "冷冻水出水压力kpa"}, index = 21) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal pressOutChillerWater; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷却水泵频率hz |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷却泵", "冷却水泵频率hz"}, index = 23) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷却泵", "冷却水泵频率hz"}, index = 22) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal frequencyCooling; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷却水进水压力kpa |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷却泵", "冷却水进水压力kpa"}, index = 24) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷却泵", "冷却水进水压力kpa"}, index = 23) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal pressInCoolingWater; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷却水出水压力kpa |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷却泵", "冷却水出水压力kpa"}, index = 25) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷却泵", "冷却水出水压力kpa"}, index = 24) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal pressOutCoolingWater; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷却塔频率hz |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷却塔", "冷却塔频率hz"}, index = 26) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷却塔", "冷却塔频率hz"}, index = 25) |
|
|
|
|
private BigDecimal frequencyCoolingTower; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 冷却塔运行数量(原注释可能有误,根据列名调整) |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷却塔", "冷却塔运行数量"}, index = 27) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "冷却塔", "冷却塔运行数量"}, index = 26) |
|
|
|
|
private Integer runCoolingTower; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 室外温度℃ |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "室外温度℃", "室外温度℃"}, index = 28) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "室外温度℃", "室外温度℃"}, index = 27) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal tempOutdoor; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 室外湿度% |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "室外湿度%", "室外湿度%"}, index = 29) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "室外湿度%", "室外湿度%"}, index = 28) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal humidityOutdoor; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 恒压补水罐压力 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "恒压补水罐压力MPa", "恒压补水罐压力MPa"}, index = 30) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "恒压补水罐压力MPa", "恒压补水罐压力MPa"}, index = 29) |
|
|
|
|
@ColumnWidth(10) |
|
|
|
|
private BigDecimal pressConstantWaterTank; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 巡查记录人 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "巡查记录人", "巡查记录人"}, index = 31) |
|
|
|
|
@ExcelProperty(value = {"${deviceType}", "巡查记录人", "巡查记录人"}, index = 30) |
|
|
|
|
@ColumnWidth(20) |
|
|
|
|
private String recorder; |
|
|
|
|
|
|
|
|
|