parent
2c27a70312
commit
586acd1037
|
|
@ -79,6 +79,24 @@ public class Heatanalysis extends JeecgEntity {
|
|||
private String sim; // sim
|
||||
private String code; // code
|
||||
private Integer reportType;//数据采集类型 1设备自动上报 2定时模拟
|
||||
private String fromFlow; // 温度是否从流量取 0否 1是
|
||||
private String view031; // 流量设备SN,view031到view047全是从流量表上获取的数据
|
||||
private String view032; // 流量数据上报时间
|
||||
private String view033; // 仪表ID
|
||||
private String view034; // 数据有效标识 0无效 1有效
|
||||
private String view035; // 供水温度
|
||||
private String view036; // 回水温度
|
||||
private String view037; // 瞬时流量
|
||||
private String view038; // 正累积流量
|
||||
private String view039; // 负累积流量
|
||||
private String view040; // 净累积流量
|
||||
private String view041; // 瞬时热量
|
||||
private String view042; // 正累积热量
|
||||
private String view043; // 负累积热量
|
||||
private String view044; // 净累积热量
|
||||
private String view045; // 流体速度
|
||||
private String view046; // 流量因子
|
||||
private String view047; // 热量因子
|
||||
private Integer isExtract;//是否抽取 0否 1是
|
||||
/**地区类型*/
|
||||
@Excel(name = "地区类型", width = 15)
|
||||
|
|
|
|||
|
|
@ -54,6 +54,24 @@
|
|||
a.view028 AS "view002Name",
|
||||
a.view029 AS "view003Name",
|
||||
a.view030 AS "view004Name",
|
||||
a.from_flow AS "fromFlow",
|
||||
a.view031 AS "view031",
|
||||
a.view032 AS "view032",
|
||||
a.view033 AS "view033",
|
||||
a.view034 AS "view034",
|
||||
a.view035 AS "view035",
|
||||
a.view036 AS "view036",
|
||||
a.view037 AS "view037",
|
||||
a.view038 AS "view038",
|
||||
a.view039 AS "view039",
|
||||
a.view040 AS "view040",
|
||||
a.view041 AS "view041",
|
||||
a.view042 AS "view042",
|
||||
a.view043 AS "view043",
|
||||
a.view044 AS "view044",
|
||||
a.view045 AS "view045",
|
||||
a.view046 AS "view046",
|
||||
a.view047 AS "view047",
|
||||
a.sim AS "sim",
|
||||
a.create_by AS "createBy.id",
|
||||
a.create_date AS "createDate",
|
||||
|
|
|
|||
Loading…
Reference in New Issue