fengxiang
2018-06-01 6b5d7c627e8412c3d739f399f6b05a9fe0729e30
src/main/java/com/moral/entity/Device.java
@@ -76,7 +76,7 @@
    */
   private Integer deviceVersionId;
   private String isDelete;
   private String professionId;
   private Integer professionId;
   /**
    * Sets the uid.
    *
@@ -113,5 +113,6 @@
   private MonitorPoint monitorPoint;
   @Transient
   private List<Integer> organizationIds;
    @Transient
    private Profession profession;
}