fengxiang
2018-09-27 adc1333672f9fb31bd19cc847c23be8f4d51adb7
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;
}