huanghongfa
2020-12-10 f76377ffd111434d90c5aaf5507cd33a982d4aa6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActEasyPhotoDO.java
@@ -31,14 +31,14 @@
    private Long sponsorId;
    /**
     * 发生地质
     * 发生地址
     */
    private String happenAddr;
    /**
     * 状态
     * 状态 1待审核   2进行中 3已驳回 4已完成
     */
    private boolean status;
    private Integer status;
    /**
     * 处理人id
@@ -78,4 +78,8 @@
     * 社区id
     */
    private Long community_id;
    /**
     * 是否匿名发布
     */
    private Integer isHide;
}