fengxiang
2018-06-27 d32fa50fca18a3fff89b9ec22deaa3d964ddd19b
src/main/java/com/moral/entity/MonitorPoint.java
@@ -96,7 +96,12 @@
     */
    private String description;
    @Transient
    private Integer state;
    @Transient
    private AreaNames areaNames;
    @Transient
    private Organization organization;
    private Long townCode;
    private Long villageCode;
}