@ -95,6 +95,18 @@ public class CwzzTemperature extends Pojo implements Serializable {
@FieldName("tmp")
private String tmp;
/**
* 最高温度
*/
@FieldName("max_tmp")
private String maxTmp;
* 最低温度
@FieldName("min_tmp")
private String minTmp;
* 主设备ID
@ -94,6 +94,18 @@ public class CwzzTemperatureVo implements Serializable {
@ExcelAnnotation(exportName = "温度(℃)")
@ExcelAnnotation(exportName = "最高温度(℃)")
@ExcelAnnotation(exportName = "最低温度(℃)")
* CAC 的唯一标识(17 位码)
@ -6,6 +6,8 @@
t.phase as phase,
t.site_id as siteId,
t.tmp as tmp,
t.max_tmp as maxTmp,
t.min_tmp as minTmp,
t.sensor_id as sensorId,
t.time_stamp as timeStamp,
t.main_tree_id as mainTreeId,