ZhuDongming
2019-08-15 f1c8a918c9e5ff4c91748269ae837d8f17c28511
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;
@@ -104,4 +106,7 @@
    private Long townCode;
    private Long villageCode;
    @Transient
    private List<Device> devices;
}