From 7bd3972d82aee7d7bbda52a02efeb467a6601e2a Mon Sep 17 00:00:00 2001 From: z1415143022 <z1415143022@163.com> Date: 星期二, 25 三月 2025 19:13:35 +0800 Subject: [PATCH] 分项用能分析 --- zhitan-system/src/main/java/com/zhitan/model/domain/vo/ModelNodeIndexInfor.java | 47 +++++++---------------------------------------- 1 files changed, 7 insertions(+), 40 deletions(-) diff --git a/zhitan-system/src/main/java/com/zhitan/model/domain/vo/ModelNodeIndexInfor.java b/zhitan-system/src/main/java/com/zhitan/model/domain/vo/ModelNodeIndexInfor.java index e52a163..559f6c3 100644 --- a/zhitan-system/src/main/java/com/zhitan/model/domain/vo/ModelNodeIndexInfor.java +++ b/zhitan-system/src/main/java/com/zhitan/model/domain/vo/ModelNodeIndexInfor.java @@ -2,6 +2,7 @@ import com.zhitan.common.core.domain.BaseEntity; +import lombok.Data; /** * 妯″瀷鑺傜偣涓庣偣浣嶅叧绯诲璞� @@ -9,6 +10,7 @@ * @Author: Zhujw * @Date: 2023/3/2 */ +@Data public class ModelNodeIndexInfor extends BaseEntity { private static final long serialVersionUID = 1L; @@ -32,45 +34,10 @@ */ private String energyId; + /** + * 鍗曚綅 + */ + private String unitId; + private String indexType; - - public String getNodeId() { - return nodeId; - } - - public void setNodeId(String nodeId) { - this.nodeId = nodeId; - } - - public String getName() { - return name; - } - - public void setName(String name) { - this.name = name; - } - - public String getIndexId() { - return indexId; - } - - public void setIndexId(String indexId) { - this.indexId = indexId; - } - - public String getEnergyId() { - return energyId; - } - - public void setEnergyId(String energyId) { - this.energyId = energyId; - } - - public String getIndexType() { - return indexType; - } - - public void setIndexType(String indexType) { - this.indexType = indexType; - } } -- Gitblit v1.9.3