fengxiang
2018-07-04 28b17e7a9b0bd3a8ed545aff4f077fe981db85d2
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;
}