huanghongfa
2021-06-08 078814bd80aa4e8e448d0e4d769af735592aa993
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActEasyPhotoDO.java
@@ -115,4 +115,14 @@
     * 是否公示(0.否 1.是)
     */
    private Integer isPublicity;
    /**
     * 处理状态(1.待处理 2.已处理)
     */
    private Integer handleStatus;
    /**
     * 发生地址经纬度信息,逗号分割
     */
    private String lngLat;
}