From a2a2209f983a2bb736b59c9217790740930e7017 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 06 八月 2024 15:13:45 +0800
Subject: [PATCH] Monitor结构更新

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/entity/TMonitor.java |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/TMonitor.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/TMonitor.java
index 296b1ba..eb49977 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/TMonitor.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/TMonitor.java
@@ -142,33 +142,12 @@
     @Excel(name = "绫诲瀷缂栫爜 : [131.鎽勫儚鏈虹紪鐮�;132.缃戠粶鎽勫儚鏈虹紪鐮�;]")
     private Long lxbm;
 
-    @TableField(exist = false)
-    private Integer recovery;
-
-    private Long deptId;
-
-    public Long getDeptId() {
-        return deptId;
-    }
-
-    public void setDeptId(Long deptId) {
-        this.deptId = deptId;
-    }
-
     public void setInstalledTime(Date installedTime) {
         this.installedTime = installedTime;
     }
 
     public Date getInstalledTime() {
         return installedTime;
-    }
-
-    public Integer getRecovery() {
-        return recovery;
-    }
-
-    public void setRecovery(Integer recovery) {
-        this.recovery = recovery;
     }
 
     public void setId(Long id)
@@ -477,7 +456,6 @@
                 ", cameraDept='" + cameraDept + '\'' +
                 ", hybm='" + hybm + '\'' +
                 ", lxbm=" + lxbm +
-                ", deptId=" + deptId +
                 '}';
     }
 }

--
Gitblit v1.8.0