huanghongfa
2021-05-27 e6c135ad77d48c81da3066ab82b8e9e4c76ccf7a
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActEasyPhotoDO.java
@@ -35,7 +35,7 @@
    private String happenAddr;
    /**
     * 状态 1待审核   2进行中 3已驳回 4已完成
     * 状态 1待处理 2已处理
     */
    private Integer status;
@@ -105,4 +105,14 @@
     * 是否删除 0 否 1 是
     */
    private Integer delTag;
    /**
     * 是否上报社区处理(0.否 1.是)
     */
    private Integer isReport;
    /**
     * 是否公示(0.否 1.是)
     */
    private Integer isPublicity;
}