@ -107,6 +107,12 @@ public class CwzzTemperature extends Pojo implements Serializable {
@FieldName("min_tmp")
private String minTmp;
/**
* 最高温度位置
*/
@FieldName("max_location")
private String maxLocation;
* 告警温度位置
@ -103,7 +103,6 @@ public class CwzzTemperatureVo implements Serializable {
* 最低温度
@ExcelAnnotation(exportName = "最低温度(℃)")
@ -112,6 +111,12 @@ public class CwzzTemperatureVo implements Serializable {
@ExcelAnnotation(exportName = "告警温度位置")
private String alarmLocation;
@ExcelAnnotation(exportName = "最高温度位置")
* CAC 的唯一标识(17 位码)
@ -9,6 +9,7 @@
t.max_tmp as maxTmp,
t.min_tmp as minTmp,
t.alarm_location as alarmLocation,
t.max_location as maxLocation,
t.sensor_id as sensorId,
t.time_stamp as timeStamp,
t.main_tree_id as mainTreeId,