From c976fedb4d58a23aff930188d4031adac54a3037 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Thu, 10 May 2018 17:18:37 +0800
Subject: [PATCH] 获取报警 阀值
---
src/main/java/com/moral/entity/Device.java | 19 +++++--------------
1 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/src/main/java/com/moral/entity/Device.java b/src/main/java/com/moral/entity/Device.java
index 6d98dfc..36ec4d7 100644
--- a/src/main/java/com/moral/entity/Device.java
+++ b/src/main/java/com/moral/entity/Device.java
@@ -76,6 +76,7 @@
*/
private Integer deviceVersionId;
private String isDelete;
+ private String professionId;
/**
* Sets the uid.
*
@@ -85,15 +86,6 @@
this.operateUserId = uid;
}
- /**
- * Sets the device name.
- *
- * @param device_name the new device name
- */
- public void setDevice_name(String device_name) {
- this.name = device_name;
- }
-
/**
* Gets the device name.
*
@@ -117,11 +109,10 @@
private OperateUser operateUser;
@Transient
private DeviceVersion deviceVersion;
- //@Transient
- //private MonitorPoint monitorPoint;
+ @Transient
+ private MonitorPoint monitorPoint;
@Transient
private List<Integer> organizationIds;
-
- @Transient
- private MonitorPoint monitorpointDetail;
+ @Transient
+ private Profession profession;
}
\ No newline at end of file
--
Gitblit v1.8.0