ZhuDongming
2019-11-28 70830c5b2e96cc1c76d4adb88ddced55e7476547
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,7 +106,7 @@
    private Long townCode;
    private Long villageCode;
    private Integer town_code;
    private Integer village_code;
    @Transient
    private List<Device> devices;
}