xufenglei
2018-06-15 cea9aba8d0e4833bac428d071664cbe84e6180c9
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;
}