沈斌
2018-05-08 b9baa2c78a067e9e67c7c824a28c8fd36682ecc8
src/main/java/com/moral/entity/Device.java
@@ -86,15 +86,6 @@
   }
   /**
    * 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.
    *
    * @return the device name
@@ -121,4 +112,5 @@
   private MonitorPoint monitorPoint;
   @Transient
   private List<Integer> organizationIds;
}