ZhuDongming
2019-08-15 50e24cdfd75ada4dd6ea5dce74803b7f96e3ba81
src/main/java/com/moral/entity/MonitorPoint.java
@@ -1,5 +1,7 @@
package com.moral.entity;
import java.util.List;
import javax.persistence.Id;
import javax.persistence.Transient;
@@ -101,4 +103,10 @@
    private AreaNames areaNames;
    @Transient
    private Organization organization;
    private Long townCode;
    private Long villageCode;
    @Transient
    private List<Device> devices;
}