xufenglei
2018-08-07 e66b0932eb782c6ec771ffaa9957e6d5d5361286
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;
}