From 586acd1037b1b6bd7c76a4c7aa1cc9b819787aae Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Tue, 26 Aug 2025 20:45:52 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=AE=A1=E7=BD=91=E6=B8=A9=E5=8E=8B?= =?UTF-8?q?=E7=9B=91=E6=B5=8B=E4=B8=80=E6=AC=A1=E7=BD=91=E4=BE=9B=E6=B0=B4?= =?UTF-8?q?=E3=80=81=E5=9B=9E=E6=B0=B4=E6=B8=A9=E5=BA=A6=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4=202=E3=80=81=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=83=8A=E5=8E=BF=E7=AE=A1=E7=BD=91=E7=83=AD=E9=87=8F?= =?UTF-8?q?=E7=9B=91=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/heating/entity/Heatanalysis.java | 18 ++++++++++++++++++ .../heating/mapper/xml/HeatanalysisMapper.xml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/heating/entity/Heatanalysis.java b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/heating/entity/Heatanalysis.java index 8d0a689..33ebd79 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/heating/entity/Heatanalysis.java +++ b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/heating/entity/Heatanalysis.java @@ -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) diff --git a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/heating/mapper/xml/HeatanalysisMapper.xml b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/heating/mapper/xml/HeatanalysisMapper.xml index 6cb260a..f6b8998 100644 --- a/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/heating/mapper/xml/HeatanalysisMapper.xml +++ b/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/heating/mapper/xml/HeatanalysisMapper.xml @@ -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",