From eb54eea87c39f35b5d0476f146bfd29d7c7841be Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期四, 05 六月 2025 13:51:49 +0800
Subject: [PATCH] feat(空调管理): 添加空调管理相关功能

---
 zhitan-system/src/main/java/com/zhitan/model/domain/vo/ModelNodeIndexInfor.java |   46 ++++++----------------------------------------
 1 files changed, 6 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..a4c0de4 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;
 
@@ -33,44 +35,8 @@
   private String energyId;
 
   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;
-  }
+  /**
+   * 鍗曚綅
+   */
+  private String unitId;
 }

--
Gitblit v1.9.3